GraphicsFormats Xojo plugin

RawGIFImporter.ErrorValues Enum

Enum representing error codes which this class can return.

enum RawGIFImporter.ErrorValues

Constants

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