ErrorResponse

data class ErrorResponse(val code: String? = null, val id: Double? = null, val message: String? = null, val possibleCauses: String? = null, val recommendedAction: String? = null, val runAsAccountId: String? = null, val severity: String? = null, val summaryMessage: String? = null, val updatedTimeStamp: String? = null)

Defines the error.

Constructors

Link copied to clipboard
constructor(code: String? = null, id: Double? = null, message: String? = null, possibleCauses: String? = null, recommendedAction: String? = null, runAsAccountId: String? = null, severity: String? = null, summaryMessage: String? = null, updatedTimeStamp: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: String? = null

The error code.

Link copied to clipboard
val id: Double? = null

The error ID.

Link copied to clipboard
val message: String? = null

The detailed error message.

Link copied to clipboard
val possibleCauses: String? = null

The error possible causes.

Link copied to clipboard

The error recommended action

Link copied to clipboard
val runAsAccountId: String? = null

The account ID used to login.

Link copied to clipboard
val severity: String? = null

The error severity

Link copied to clipboard
val summaryMessage: String? = null

The summarized error message.

Link copied to clipboard

Time when this error was last updated.