ErrorResponse

data class ErrorResponse(val code: String? = null, val id: String? = null, val message: String? = null, val possibleCause: 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: String? = null, message: String? = null, possibleCause: 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: String? = null

The error ID.

Link copied to clipboard
val message: String? = null

The detailed error message.

Link copied to clipboard
val possibleCause: String? = null

The error possible cause.

Link copied to clipboard

Gets description of the checkpoint.

Link copied to clipboard
val runAsAccountId: String? = null

The account ID used to login.

Link copied to clipboard
val severity: String? = null

Gets description of the severity.

Link copied to clipboard
val summaryMessage: String? = null

The summarized error message.

Link copied to clipboard

Time when this error was last updated.