Enumerations | |
| enum | nm_errno_e { NM_ESUCCESS = 0 , NM_EUNKNOWN = 1 , NM_ENOTIMPL = 2 , NM_EAGAIN = 3 , NM_ECLOSED = 4 , NM_EBROKEN = 5 , NM_EINVAL = 6 , NM_ENOMEM = 7 , NM_EALREADY = 8 , NM_EINPROGRESS = 9 , NM_ECANCELED = 10 , NM_EBUSY = 11 , NM_ENOTPOSTED = 12 , NM_ETRUNCATED = 13 , _NM_ERR_MAX } |
| Error codes. More... | |
Functions | |
| const char * | nm_strerror (int rc) |
| enum nm_errno_e |
Error codes.
Definition at line 34 of file nm_errno.h.
| const char * nm_strerror | ( | int | rc | ) |