Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

errorCodes.h: Error codes
[platform independant portions of code]


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
}

Detailed Description

 *  *  *  * This file defines all the possible error codes returned by kernel functions

Typedef Documentation

typedef enum _ErrorCode ErrorCode
 

All possible error codes returned by ndk functions


Enumeration Type Documentation

enum _ErrorCode
 

All possible error codes returned by ndk functions

Enumerator:
ErrorNoError 
ErrorNotSupported 
ErrorNotImplemented 
ErrorNotAvailable 
ErrorNotOwner 
ErrorNotFound 
ErrorBadObject 
ErrorBadParam 
ErrorResourceInUse 
ErrorTimedOut 
ErrorOutOfMemory 
ErrorOutOfBounds 
ErrorUnknown 
ErrorDriverNotFound 
ErrorDriverIsExclusive 

Definition at line 26 of file errorCodes.h.


Generated on Wed Mar 22 20:36:34 2006 for ndk by  doxygen 1.4.4