#include "AppConfig.h"
Go to the source code of this file.
Defines | |
| #define | SIMPLE_NO_ERROR 0 |
| #define | SIMPLE_WRONG_TYPE 1 |
| #define | SIMPLE_NOT_FOUND 2 |
| #define | SIMPLE_BAD_PARAMS 3 |
| #define | SIMPLE_BUFFER_SIZE 4 |
| #define | SIMPLE_NO_MEM 5 |
| #define | SIMPLE_EXISTS 6 |
| #define | SIMPLE_WRONG_VIEW_TYPE 7 |
| #define | SIMPLE_OTHER_FAILURE -1 |
Functions | |
| EXPORT_SYMBOL int | getLastError () |
| EXPORT_SYMBOL const char * | getErrorString (int code) |
| EXPORT_SYMBOL void | setLastError (int code) |
Definition in file SimpleApiErrors.h.