Simon Cooksey / mbed-os
Embed: (wiki syntax)

« Back to documentation index

err.h File Reference

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).

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:
erran lwip internal err_t
Returns:
a string representation for err

Definition at line 70 of file lwip_err.c.