ErrorDetailPropertiesResponse

data class ErrorDetailPropertiesResponse(val errorCode: String? = null, val errorMessage: String? = null)

ARM error code and error message associated with the impact

Constructors

Link copied to clipboard
constructor(errorCode: String? = null, errorMessage: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val errorCode: String? = null

ARM Error code associated with the impact.

Link copied to clipboard
val errorMessage: String? = null

ARM Error Message associated with the impact