Typedefs | |
typedef enum _ErrorCode | ErrorCode |
Enumerations | |
enum | _ErrorCode { ErrorNoError = 0, ErrorNotSupported = 0x01000000, ErrorNotImplemented, ErrorNotAvailable, ErrorNotOwner, ErrorNotFound, ErrorBadObject, ErrorBadParam, ErrorResourceInUse, ErrorTimedOut, ErrorOutOfMemory, ErrorOutOfBounds, ErrorUnknown, ErrorDriverNotFound = 0x02000000, ErrorDriverIsExclusive } |
|
All possible error codes returned by ndk functions |
|
All possible error codes returned by ndk functions
Definition at line 26 of file errorCodes.h. |