| Code | Meaning |
|---|---|
| ERR_PATH_EMPTY | path to the image is empty |
| ERR_PATH_INVALID | path to the image is not correct |
| ERR_NO_EXTENSION | file is found, but it has no extension, and cannot be loaded |
| ERR_PATH_IS_DIRECTORY | path is not a specific file, but a directory |
| ERR_FILE_DOES_NOT_EXIST | file is not found |
| ERR_CANNOT_READ | file is found, but cannot be loaded make sure that file is accessible and format is valid logs should show more details |
| ERR_TIMED_OUT | loading took too long |
| ERR_NO_HTTP_PREFIX | URL does not begin with https:// or http:// |