Defines | |
| #define | E_OK 0 |
| No Error (the operation was successful). | |
| #define | E_FAIL 1 |
| The operation failed. | |
| #define | E_NOMEM 2 |
| The System ran out of memory. | |
| #define | E_ARG 3 |
| The given argument is wrong or inacceptable. | |
| #define | E_FORB 4 |
| The operation is forbidden at the current operation stage. | |
| #define | E_NOMORE 5 |
| For query operations: End of query (no more elements). | |
| #define | E_NOTFOUND 6 |
| The query operation was not successfull. | |
-E_NOMEM.
1.5.4