GraphicsFormats Xojo plugin

RawWebPImporter.ErrorValues Enum

Enum representing error codes which this class can return.

enum RawWebPImporter.ErrorValues

Constants

NO_ERROR = 0No error
INVALID_PARAMETER = -2Invalid parameter
UNSUPPORTED_FORMAT = -9Unsupported format on the WebP file or perhaps not a WebP file.
COULD_NOT_OPEN_FILE = -11Could not open file.
OUT_OF_MEMORY_ERROR = -23Out of memory.