Contains common error codes and definitions.
More...
|
#define | ERRCODE_NO_ERROR 0x0 |
| Error code no error.
|
|
#define | ERRCODE_TRY_AGAIN 0x1 |
| Error code try again.
|
|
#define | ERRCODE_INVALID_ARGUMENT 0x02 |
| Error code invalid argument.
|
|
#define | ERRCODE_OUT_OF_MEMORY 0x03 |
| Error code out of memory.
|
|
#define | ERRCODE_OUT_OF_SPACE 0x04 |
| Error code out of space.
|
|
#define | ERRCODE_GENERAL_ERROR 0x05 |
| Error code general error.
|
|
#define | ERRCODE_DEADLOCK 0x06 |
| Error code deadlock.
|
|
#define | ERRCODE_NOT_SUPPORTED 0x07 |
| Error code not supported.
|
|
#define | ERRCODE_BUSY 0x08 |
| Error code busy.
|
|
#define | ERRCODE_PERMISSION_DENIED 0x09 |
| Error code permission denied.
|
|
#define | ERRCODE_TIMED_OUT 0x0A |
| Error code timed out.
|
|
#define | ERRCODE_SYSTEM_LIMIT 0x0B |
| Error code system limit.
|
|
#define | ERRCODE_PARAMETER_EXISTS 0x0C |
| Error code parameter exists.
|
|
#define | ERRCODE_END_OF_DIRECTORY 0x0D |
| Error code end of directory.
|
|
#define | ERRCODE_NOT_FOUND 0x0E |
| Error code not found.
|
|
#define | ERRCODE_UNKNOWN 0x0F |
| Error code unknown.
|
|
#define | ERRCODE_INTERNAL 0x10 |
| Error code internal.
|
|
#define | ERRCODE_OVERFLOW 0x11 |
| Error code overflow.
|
|
#define | ERRCODE_MSG_FAILURE 0x12 |
| Error code message failure.
|
|
#define | ERRCODE_THREAD_FAILURE 0x13 |
| Error code thread failure.
|
|
#define | ERRCODE_MUTEX_FAILURE 0x14 |
| Error code mutex failure.
|
|
#define | ERRCODE_DEVICE_ELEMENT_EXISTS 0x15 |
| Error code device element exists.
|
|
#define | ERRCODE_NOT_SEEKABLE 0x16 |
| Error code not seekable.
|
|