ErrorResponseResponse

data class ErrorResponseResponse(val error: ErrorDetailResponse? = 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
constructor(error: ErrorDetailResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The error object.