NewMadeleine

Documentation

nm_errno.h File Reference

This file contains error codes definitions. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

enum  nm_errno_e {
  NM_ESUCCESS = 0 , NM_EUNKNOWN = 1 , NM_ENOTIMPL = 2 , NM_ESCFAILD = 3 ,
  NM_EAGAIN = 4 , NM_ECLOSED = 5 , NM_EBROKEN = 6 , NM_EINVAL = 7 ,
  NM_ENOTFOUND = 8 , NM_ENOMEM = 9 , NM_EALREADY = 10 , NM_ETIMEDOUT = 11 ,
  NM_EINPROGRESS = 12 , NM_EUNREACH = 13 , NM_ECANCELED = 14 , NM_EABORTED = 15 ,
  NM_EBUSY = 16 , NM_ENOTPOSTED = 17 , NM_ETRUNCATED = 18 , _NM_ERR_MAX
}
 Error codes. More...
 
const char * nm_strerror (int rc)
 

Detailed Description

This file contains error codes definitions.

Definition in file nm_errno.h.