AzureResourceErrorInfoResponse

data class AzureResourceErrorInfoResponse(val code: String, val details: List<AzureResourceErrorInfoResponse>? = null, val message: String)

The azure resource error info.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The error code.

Link copied to clipboard

The error details.

Link copied to clipboard

The error message.