V1

Dependents:   EthernetInterface

Fork of lwip by mbed official

Embed: (wiki syntax)

« Back to documentation index

err.c File Reference

err.c File Reference

Error Management module. More...

Go to the source code of this file.

Functions

const char * lwip_strerr (err_t err)
 Convert an lwip internal error to a string representation.

Detailed Description

Error Management module.

Definition in file err.c.


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 69 of file err.c.