Go to the source code of this file.
Enumerations | |
enum | e_generic_errors { ER_OK = 0, ER_FAIL, ER_INVALID_PARAMETER, ER_INVALID_DATA, ER_NOT_FOUND, ER_READONLY, ER_OPEN_ERROR, ER_READ_ERROR, ER_WRITE_ERROR, ER_OUT_OF_MEMORY, ER_FORBIDDEN, ER_FIRST_SPECIFIC_ERROR = 256 } |
Generic eReader error codes. More... |
enum e_generic_errors |
Generic eReader error codes.
File Name : er_error.h
Description: Error codes for eReader software Copyright (C) 2008 iRex Technologies B.V. All rights reserved.
ER_OK | |
ER_FAIL | |
ER_INVALID_PARAMETER | |
ER_INVALID_DATA | |
ER_NOT_FOUND | |
ER_READONLY | |
ER_OPEN_ERROR | |
ER_READ_ERROR | |
ER_WRITE_ERROR | |
ER_OUT_OF_MEMORY | |
ER_FORBIDDEN | |
ER_FIRST_SPECIFIC_ERROR |
Definition at line 59 of file er_error.h.
00060 { 00061 ER_OK = 0, 00062 ER_FAIL, 00063 ER_INVALID_PARAMETER, 00064 ER_INVALID_DATA, 00065 ER_NOT_FOUND, 00066 ER_READONLY, 00067 ER_OPEN_ERROR, 00068 ER_READ_ERROR, 00069 ER_WRITE_ERROR, 00070 ER_OUT_OF_MEMORY, 00071 ER_FORBIDDEN, 00072 00073 ER_FIRST_SPECIFIC_ERROR = 256 00074 } e_generic_errors;