Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
err.h File Reference
lwIP Error codes More...
Go to the source code of this file.
Typedefs | |
typedef LWIP_ERR_T | err_t |
Define LWIP_ERR_T in cc.h if you want to use a different type for your platform (must be signed). | |
Enumerations | |
enum | err_enum_t { ERR_OK = 0, ERR_MEM = -1, ERR_BUF = -2, ERR_TIMEOUT = -3, ERR_RTE = -4, ERR_INPROGRESS = -5, ERR_VAL = -6, ERR_WOULDBLOCK = -7, ERR_USE = -8, ERR_ALREADY = -9, ERR_ISCONN = -10, ERR_CONN = -11, ERR_IF = -12, ERR_ABRT = -13, ERR_RST = -14, ERR_CLSD = -15, ERR_ARG = -16 } |
Definitions for error constants. More... | |
Functions | |
const char * | lwip_strerr (err_t err) |
Convert an lwip internal error to a string representation. |
Detailed Description
lwIP Error codes
Definition in file err.h.
Function Documentation
const char* lwip_strerr | ( | err_t | err ) |
Convert an lwip internal error to a string representation.
- Parameters:
-
err an lwip internal err_t
- Returns:
- a string representation for err
Definition at line 107 of file lwip_err.c.
Generated on Tue Jul 12 2022 14:25:30 by
