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 } |
Most GEIS API calls return a status code indicating success or, in the event of a lack of success, the reson for failure.
| typedef enum GeisStatus GeisStatus |
Errors returned from calls.
| enum GeisStatus |
1.6.3