Azure Resource Error Info Response
data class AzureResourceErrorInfoResponse(val code: String, val details: List<AzureResourceErrorInfoResponse>? = null, val message: String)
The azure resource error info.
The azure resource error info.