neMESYS SDK  20150729
Common error codes
+ Collaboration diagram for Common error codes:

Macros

#define ERR_AGAIN   0x000B
 Try again later.
 
#define ERR_BADF   0x0009
 Bad file handle.
 
#define ERR_BUSY   0x0010
 Resource busy.
 
#define ERR_DEADLK   0x0023
 Resource deadlock would occur.
 
#define ERR_DEADLOCK   ERR_DEADLK
 
#define ERR_DEVNOSUPP   0x00CA
 Device does not support this operatio.
 
#define ERR_DOM   0x0021
 Argument to math function outside valid domain.
 
#define ERR_EOF   0x00C8
 End of file reached.
 
#define ERR_FBIG   0x001B
 File too large.
 
#define ERR_INTR   0x0004
 Operation interrupted.
 
#define ERR_INVAL   0x0016
 Invalid argument.
 
#define ERR_IO   0x0005
 I/O error.
 
#define ERR_ISDIR   0x0015
 Is a directory.
 
#define ERR_MFILE   0x0018
 Too many open files.
 
#define ERR_NAMETOOLONG   0x003C
 File name too long.
 
#define ERR_NFILE   0x0017
 Too many open files in system.
 
#define ERR_NODEV   0x0013
 No such device.
 
#define ERR_NOENT   0x0002
 No such entity.
 
#define ERR_NOERR   0x0000
 No error.
 
#define ERR_NOMEM   0x000C
 Out of memory.
 
#define ERR_NOSPC   0x001C
 No space left on device.
 
#define ERR_NOSUPP   0x00C9
 Operation not supported.
 
#define ERR_NOSYS   0x0026
 Function not implemented.
 
#define ERR_NOTDIR   0x0014
 Not a directory.
 
#define ERR_NOTEMPTY   0x0042
 Directory not empty.
 
#define ERR_NOTSUP   0x005F
 Not supported error.
 
#define ERR_PERM   0x0001
 Not permitted.
 
#define ERR_RANGE   0x0022
 Math result cannot be represented.
 
#define ERR_ROFS   0x001E
 Read-only file system.
 
#define ERR_SPIPE   0x001D
 Illegal seek.
 
#define ERR_SRCH   0x0003
 No such process.
 
#define ERR_WOULDBLOCK   ERR_AGAIN
 
#define ERR_XDEV   0x0012
 Cross-device link.
 

Detailed Description