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

ServiceBaseResponse

open class ServiceBaseResponse : ServiceResponse

Constructors

<init>

ServiceBaseResponse()

Properties

error

var error: ResponseStatus!

trackingId

var trackingId: String!

Inherited Properties

HTTP_OK_CODE

static val HTTP_OK_CODE: Int

Functions

getErrorMessage

open fun getErrorMessage(): String!

The error message if applicable.

getResponseStatus

open fun getResponseStatus(): ResponseStatus!

The error which occurred during the query process. It might be null.

getTrackingId

open fun getTrackingId(): Optional<String!>!

An identifier for the request replicated in the response.

hasError

open fun hasError(): Boolean

Specifies if the response has error.