Status and Errors

Typedefs

typedef enum GeisStatus GeisStatus

Enumerations

enum  GeisStatus { GEIS_STATUS_SUCCESS = 0, GEIS_STATUS_NOT_SUPPORTED = 10, GEIS_BAD_ARGUMENT = 1000, GEIS_UNKNOWN_ERROR = 9999 }

Detailed Description

Most GEIS API calls return a status code indicating success or, in the event of a lack of success, the reson for failure.


Typedef Documentation

typedef enum GeisStatus GeisStatus

Errors returned from calls.


Enumeration Type Documentation

enum GeisStatus

Errors returned from calls.

Enumerator:
GEIS_STATUS_SUCCESS 

normal successful completion

GEIS_STATUS_NOT_SUPPORTED 

a requested feature is not supported

GEIS_BAD_ARGUMENT 

a bad argument value was passed

GEIS_UNKNOWN_ERROR 

any other error condition

Generated on Mon Mar 7 04:30:59 2011 for GEIS by  doxygen 1.6.3