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

ResponseStatus

open class ResponseStatus : Serializable

The status of the request processing and decoding of the response.

Constructors

<init>

ResponseStatus()

The status of the request processing and decoding of the response.

Properties

code

var code: Int

Status code.

description

var description: String!

Description of the status.

HTTP_OK

static val HTTP_OK: Int

Functions

getCode

open fun getCode(): Int

Returns the status code.

getDescription

open fun getDescription(): String!

Returns the description of the status.

toString

open fun toString(): String