ErrorResponseResponse

data class ErrorResponseResponse(val additionalInfo: List<ErrorAdditionalInfoResponse>? = null, val code: String? = null, val details: List<ErrorResponseResponse>? = null, val error: ErrorDetailResponse? = null, val message: String? = null, val target: String? = null)

Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).

Constructors

Link copied to clipboard
fun ErrorResponseResponse(additionalInfo: List<ErrorAdditionalInfoResponse>? = null, code: String? = null, details: List<ErrorResponseResponse>? = null, error: ErrorDetailResponse? = null, message: String? = null, target: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The error additional info.

Link copied to clipboard
val code: String? = null

The error code.

Link copied to clipboard

The error details.

Link copied to clipboard

The error object.

Link copied to clipboard
val message: String? = null

The error message.

Link copied to clipboard
val target: String? = null

The error target.