com.steerpath.sdk.storage.QueryError |
File Query error codes.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | AUTHENTICATION_FAILED | Invalid API key. | |||||||||
int | FAILED_TO_WRITE_FILE | Server returned valid data, but device failed to write it into file. | |||||||||
int | INVALID_PARAMETERS | User error, check your params. | |||||||||
int | IO_ERROR | Failed to talk with the server. | |||||||||
int | MALFORMED_JSON | Server didn't return valid JSON. | |||||||||
int | NOT_FOUND | Requested resource not found. | |||||||||
int | NO_CONNECTION | No network. | |||||||||
int | SDK_NOT_STARTED | OkHttp cannot be aborted or cancelled. | |||||||||
int | UNDEFINED | Initial state, not yet defined. | |||||||||
int | UNKNOWN_ERROR | Unspecified error. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Invalid API key.
Server returned valid data, but device failed to write it into file.
User error, check your params.
Failed to talk with the server.
Server didn't return valid JSON.
Requested resource not found.
No network.
OkHttp cannot be aborted or cancelled. Catch error if OkHttp response comes after the SDK has been stopped.
Initial state, not yet defined.
Unspecified error.