sdk-search / com.tomtom.online.sdk.search.data.common / ResponseError

ResponseError

open class ResponseError : Serializable

The error which occurred while processing the Request or while decoding the result. It may be a HTTP error.

Constructors

<init>

ResponseError()

The error which occurred while processing the Request or while decoding the result. It may be a HTTP error.

Properties

code

var code: Int

An error code. -- GETTER --

description

var description: String!

Description of the error. -- GETTER --

HTTP_OK

static val HTTP_OK: Int

A value used to determine that the search was successful and returned zero or more results.