open class ResponseError : Serializable
The error which occurred while processing the Request or while decoding the result. It may be a HTTP error.
ResponseError()
The error which occurred while processing the Request or while decoding the result. It may be a HTTP error. |
var code: Int
An error code. -- GETTER -- |
|
var description: String!
Description of the error. -- GETTER -- |
|
static val HTTP_OK: Int
A value used to determine that the search was successful and returned zero or more results. |