| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.steerpath.sdk.utils.LoaderError | |
Describes what went wrong with your query.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| LoaderError | AUTHENTICATION_FAILED | Invalid API key. | |||||||||
| LoaderError | BLACKLISTED | Server didn't return sane asset data, i.e GeoJSON was empty. | |||||||||
| LoaderError | FAILED_TO_WRITE_FILE | Server returned valid data, but device failed to getBytes it into a file. | |||||||||
| LoaderError | INVALID_PARAMETERS | User error, check your params. | |||||||||
| LoaderError | IO_ERROR | Failed to talk with the server. | |||||||||
| LoaderError | MALFORMED_JSON | Server didn't return valid JSON. | |||||||||
| LoaderError | NOT_FOUND | Requested resource not found. | |||||||||
| LoaderError | NO_CONNECTION | No network. | |||||||||
| LoaderError | UNKNOWN_ERROR | Unspecified error. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static LoaderError | valueOf(String name) | ||||||||||
| final static LoaderError[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Server didn't return sane asset data, i.e GeoJSON was empty. This is mostly for SDK's internal use. You may receive this for example if MetaQuery coordinates are totally random and there simply are no matches in the backend.
Server returned valid data, but device failed to getBytes it into a file. File too large?