|
|
FTL exceptions can report these error and status codes.
|
#define | TIB_ALREADY_EXISTS ((tibErrorCode) 14) |
| Conflict with an existing object, value or definition. More...
|
|
#define | TIB_CLIENT_SHUTDOWN ((tibErrorCode) 20) |
| The program attempted an operation on an unusable realm object. More...
|
|
#define | TIB_END_OF_BUFFER ((tibErrorCode) 12) |
| End of buffer while parsing an inbound message. More...
|
|
#define | TIB_EXCEPTION ((tibErrorCode) 100) |
| Unclassified exception. More...
|
|
#define | TIB_FILE_IO_ERROR ((tibErrorCode) 15) |
| I/O error. More...
|
|
#define | TIB_FORMAT_UNAVAILABLE ((tibErrorCode) 23) |
| A format required by the client program is unavailable. More...
|
|
#define | TIB_ILLEGAL_STATE ((tibErrorCode) 10) |
| An action is inconsistent with internal state. More...
|
|
#define | TIB_INTR ((tibErrorCode) 7) |
| Thread internal interrupt. More...
|
|
#define | TIB_INVALID_ARG ((tibErrorCode) 1) |
| Invalid argument (or invalid value embedded in an argument). More...
|
|
#define | TIB_INVALID_CONFIG ((tibErrorCode) 18) |
| Invalid or contradictory property values. More...
|
|
#define | TIB_INVALID_FORMAT ((tibErrorCode) 19) |
| The FTL client library encountered a message with an invalid format. More...
|
|
#define | TIB_INVALID_TYPE ((tibErrorCode) 17) |
| Field datatype mismatch. More...
|
|
#define | TIB_INVALID_VALUE ((tibErrorCode) 16) |
| FTL internal error. More...
|
|
#define | TIB_LIMIT_REACHED ((tibErrorCode) 22) |
| A resource cannot accept data because it has reached a limit. More...
|
|
#define | TIB_NO_MEMORY ((tibErrorCode) 2) |
| Memory allocation failed. More...
|
|
#define | TIB_NOT_FOUND ((tibErrorCode) 9) |
| Cannot find a requested object. More...
|
|
#define | TIB_NOT_INITIALIZED ((tibErrorCode) 5) |
| The program has not yet called tib_Open to start FTL. More...
|
|
#define | TIB_NOT_PERMITTED ((tibErrorCode) 8) |
| Invalid operation (on a valid object). More...
|
|
#define | TIB_NOT_SUPPORTED ((tibErrorCode) 11) |
| Unsupported datatype or feature. More...
|
|
#define | TIB_NULL_EXCEPTION ((tibErrorCode) -1) |
| The program supplied NULL instead of an exception object. More...
|
|
#define | TIB_OK ((tibErrorCode) 0) |
| The FTL call completed correctly (success) – that is, no errors occurred in executing the FTL call. The return value is reliable. More...
|
|
#define | TIB_OS_ERROR ((tibErrorCode) 6) |
| An operating system call failed. More...
|
|
#define | TIB_RESOURCE_UNAVAILABLE ((tibErrorCode) 21) |
| A resource required by the client program is unavailable. More...
|
|
#define | TIB_TIMEOUT ((tibErrorCode) 4) |
| Internal timeout elapsed. More...
|
|
#define | TIB_UNKNOWN_SYSPROP ((tibErrorCode) 101) |
| The client detected a corrupted message during reassembly. More...
|
|
#define | TIB_VERSION_MISMATCH ((tibErrorCode) 13) |
| Incompatible versions of FTL components. More...
|
|