NO_ERROR = 0 | No error |
INVALID_PARAMETER = -2 | Invalid parameter |
UNSUPPORTED_FORMAT = -9 | Unsupported RawBitmap format. |
COULD_NOT_OPEN_FILE = -11 | Could not open file. |
READ_FAILED = -102 | Read failed. |
NOT_GIF_FILE = -103 | File is not a gif file. |
NO_SCREEN_DESCRIPTION = -104 | Gif file is missing screen description section. |
NO_IMAGE_DESCRIPTION = -105 | Gif file is missing image description section. |
NO_COLOR_MAP = -106 | Gif file is missing color map. |
WRONG_RECORD = -107 | Wrong record. |
DATA_TOO_BIG = -108 | Data too big. |
NOT_ENOUGH_MEMORY = -109 | Not enough memory. |
CLOSE_FAILED = -110 | Close failed. |
NOT_READABLE = -111 | Not readable. |
IMAGE_DEFECT = -112 | Image defect. |
EOF_TOO_SOON = -113 | End of file too soon. |