Mistake on this page?
Report an issue in GitHub or email us
Typedefs | Enumerations
Error codes

Typedefs

typedef s8_t err_t
 Define LWIP_ERR_T in cc.h if you want to use a different type for your platform (must be signed). More...
 

Enumerations

Detailed Description

Typedef Documentation

typedef s8_t err_t

Define LWIP_ERR_T in cc.h if you want to use a different type for your platform (must be signed).

Definition at line 96 of file err.h.

Enumeration Type Documentation

enum err_enum_t

Definitions for error constants.

Enumerator
ERR_OK 

No error, everything OK.

ERR_MEM 

Out of memory error.

ERR_BUF 

Buffer error.

ERR_TIMEOUT 

Timeout.

ERR_RTE 

Routing problem.

ERR_INPROGRESS 

Operation in progress.

ERR_VAL 

Illegal value.

ERR_WOULDBLOCK 

Operation would block.

ERR_USE 

Address in use.

ERR_ALREADY 

Already connecting.

ERR_ISCONN 

Conn already established.

ERR_CONN 

Not connected.

ERR_IF 

Low-level netif error.

ERR_ABRT 

Connection aborted.

ERR_RST 

Connection reset.

ERR_CLSD 

Connection closed.

ERR_ARG 

Illegal argument.

ERR_OK 

No error, everything OK.

ERR_MEM 

Out of memory error.

ERR_BUF 

Buffer error.

ERR_TIMEOUT 

Timeout.

ERR_RTE 

Routing problem.

ERR_INPROGRESS 

Operation in progress.

ERR_VAL 

Illegal value.

ERR_WOULDBLOCK 

Operation would block.

ERR_USE 

Address in use.

ERR_ALREADY 

Already connecting.

ERR_ISCONN 

Conn already established.

ERR_CONN 

Not connected.

ERR_IF 

Low-level netif error.

ERR_ABRT 

Connection aborted.

ERR_RST 

Connection reset.

ERR_CLSD 

Connection closed.

ERR_ARG 

Illegal argument.

Definition at line 53 of file err.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.