This file contains error codes definitions. More...

Go to the source code of this file.
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) |
This file contains error codes definitions.
Definition in file nm_errno.h.