sdk-common / com.tomtom.online.sdk.common.service / ResponseStatus

ResponseStatus

open class ResponseStatus : Serializable

The status of the request processing and decoding the response.

Constructors

<init>

ResponseStatus()

The status of the request processing and decoding the response.

Properties

code

var code: Int

Status code. -- GETTER --

description

var description: String!

Description of the status. -- GETTER --

HTTP_OK

static val HTTP_OK: Int