ErrorResponseResponse

data class ErrorResponseResponse(val additionalInfo: List<ErrorAdditionalInfoResponse>, val code: String, val details: List<ErrorResponseResponse>, val message: String, val target: String)

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
constructor(additionalInfo: List<ErrorAdditionalInfoResponse>, code: String, details: List<ErrorResponseResponse>, message: String, target: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The error additional info.

Link copied to clipboard

The error code.

Link copied to clipboard

The error details.

Link copied to clipboard

The error message.

Link copied to clipboard

The error target.