DLError

data class DLError @JvmOverloads constructor(val type: DLErrorType, val httpStatusCode: Int?, val identifier: String? = UUID.randomUUID().toString())

Represents an error that occurred during the execution of a Direct API request.

Constructors

Link copied to clipboard
constructor(type: DLErrorType, httpStatusCode: Int?, identifier: String? = UUID.randomUUID().toString())

Properties

Link copied to clipboard

The HTTP status code of the response that caused the error.

Link copied to clipboard

A unique identifier for the error debugging.

Link copied to clipboard

The type of error that occurred. DLErrorType