Value | Meaning |
---|---|
IM_ERR_NONE | < No error. |
IM_ERR_OPEN | < Error while opening the file (read or write). |
IM_ERR_ACCESS | < Error while accessing the file (read or write). |
IM_ERR_FORMAT | < Invalid or unrecognized file format. |
IM_ERR_DATA | < Invalid or unsupported data. |
IM_ERR_COMPRESS | < Invalid or unsupported compression. |
IM_ERR_MEM | < Insufficient memory |
IM_ERR_COUNTER | < Interrupted by the counter |
File Access Error Codes * \par * In Lua use im.ErrorStr(err) to convert the error number into a string. * \ingroup file