| eLynx SDK
v3.0.1 C++ image processing API reference |
Go to the source code of this file.
Namespaces | |
| namespace | eLynx |
Defines | |
| #define | elxOK (0) |
| No error, to reserve zero value. | |
| #define | elxErrUnknown (1) |
| #define | elxErrOutOfMemory (2) |
| Out of memory error - failed to allocate the memory. | |
| #define | elxErrDivisionByZero (3) |
| Division by zero. | |
| #define | elxErrOutOfRange (10) |
| ... to be defined - more general error types | |
| #define | elxErrInvalidContext (11) |
| Errors of type "Operation was called in invalid context". | |
| #define | elxErrInvalidParams (12) |
| Errors of type "Given method parameters are not valid". | |
| #define | elxErrOperationFailed (13) |
| Errors of type "Operation xyz failed". | |
| #define | elxErrBadCast (14) |
| Errors of type "Failed to cast object of type A to type B". | |
| #define | elxErrInvalidElement (15) |
| Errors of type "Element XY of the XML file is not valid.". | |
| #define elxOK (0) |
| #define elxErrUnknown (1) |
Uknown error, should not be raised explicitely, only in case some unexpected exception is catched
Definition at line 28 of file CoreErrorIds.h.
| #define elxErrOutOfMemory (2) |
| #define elxErrDivisionByZero (3) |
| #define elxErrOutOfRange (10) |
... to be defined - more general error types
Errors of type "Index out of range"
Definition at line 39 of file CoreErrorIds.h.
| #define elxErrInvalidContext (11) |
Errors of type "Operation was called in invalid context".
Definition at line 42 of file CoreErrorIds.h.
| #define elxErrInvalidParams (12) |
Errors of type "Given method parameters are not valid".
Definition at line 45 of file CoreErrorIds.h.
| #define elxErrOperationFailed (13) |
| #define elxErrBadCast (14) |
Errors of type "Failed to cast object of type A to type B".
Definition at line 51 of file CoreErrorIds.h.
| #define elxErrInvalidElement (15) |
Errors of type "Element XY of the XML file is not valid.".
Definition at line 54 of file CoreErrorIds.h.