![]() |
ARX
1.0
The next-generation open source augmented reality toolkit.
|
Defines error codes used in the ARX library. More...
Go to the source code of this file.
Enumerations | |
enum | { ARX_ERROR_NONE = 0 , ARX_ERROR_GENERIC = -1 , ARX_ERROR_OUT_OF_MEMORY = -2 , ARX_ERROR_OVERFLOW = -3 , ARX_ERROR_NODATA = -4 , ARX_ERROR_IOERROR = -5 , ARX_ERROR_EOF = -6 , ARX_ERROR_TIMEOUT = -7 , ARX_ERROR_INVALID_COMMAND = -8 , ARX_ERROR_INVALID_ENUM = -9 , ARX_ERROR_THREADS = -10 , ARX_ERROR_FILE_NOT_FOUND = -11 , ARX_ERROR_LENGTH_UNAVAILABLE = -12 , ARX_ERROR_DEVICE_UNAVAILABLE = -13 } |
Defines error codes used in the ARX library.
anonymous enum |