| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.steerpath.sdk.utils.Error | |
Describes what went wrong with your query.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Error | AUTHENTICATION_FAILED | Invalid API key. | |||||||||
| Error | BLACKLISTED | Server didn't return sane asset data, i.e GeoJSON was empty. | |||||||||
| Error | FAILED_TO_WRITE_FILE | Server returned valid data, but device failed to write it into a file. | |||||||||
| Error | INVALID_PARAMETERS | User error, check your params. | |||||||||
| Error | IO_ERROR | Failed to talk with the server. | |||||||||
| Error | MALFORMED_JSON | Server didn't return valid JSON. | |||||||||
| Error | NOT_FOUND | Requested resource not found. | |||||||||
| Error | NO_CONNECTION | No network. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static Error | valueOf(String name) | ||||||||||
| final static Error[] | 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 write it into a file. File too large?