CloudErrorResponse

data class CloudErrorResponse(val additionalInfo: List<AdditionalErrorInfoResponse>, val code: String? = null, val details: List<CloudErrorResponse>, val message: String? = null, val target: String? = null)

Provides additional information about an http error response.

Constructors

Link copied to clipboard
constructor(additionalInfo: List<AdditionalErrorInfoResponse>, code: String? = null, details: List<CloudErrorResponse>, message: String? = null, target: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets additional error info.

Link copied to clipboard
val code: String? = null

Error code.

Link copied to clipboard

Gets or sets details for the error.

Link copied to clipboard
val message: String? = null

The error message parsed from the body of the http error response.

Link copied to clipboard
val target: String? = null

Gets or sets the target of the error.