HealthErrorModelResponse

data class HealthErrorModelResponse(val affectedResourceCorrelationIds: List<String>? = null, val affectedResourceType: String? = null, val category: String, val causes: String, val childErrors: List<InnerHealthErrorModelResponse>? = null, val code: String, val creationTime: String, val healthCategory: String, val id: String, val isCustomerResolvable: Boolean, val message: String, val recommendation: String, val severity: String, val source: String, val summary: String)

Health error model.

Constructors

Link copied to clipboard
constructor(affectedResourceCorrelationIds: List<String>? = null, affectedResourceType: String? = null, category: String, causes: String, childErrors: List<InnerHealthErrorModelResponse>? = null, code: String, creationTime: String, healthCategory: String, id: String, isCustomerResolvable: Boolean, message: String, recommendation: String, severity: String, source: String, summary: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the list of affected resource correlation Ids. This can be used to uniquely identify the count of items affected by a specific category and severity as well as count of item affected by an specific issue.

Link copied to clipboard

Gets or sets the type of affected resource type.

Link copied to clipboard

Gets or sets the error category.

Link copied to clipboard

Gets or sets possible causes of the error.

Link copied to clipboard

Gets or sets a list of child health errors associated with this error.

Link copied to clipboard

Gets or sets the error code.

Link copied to clipboard

Gets or sets the error creation time.

Link copied to clipboard

Gets or sets the health category.

Link copied to clipboard
val id: String

Gets the ID.

Link copied to clipboard

Gets or sets a value indicating whether the error is customer resolvable.

Link copied to clipboard

Gets or sets the error message.

Link copied to clipboard

Gets or sets recommended action to resolve the error.

Link copied to clipboard

Gets or sets the error severity.

Link copied to clipboard

Gets or sets the error source.

Link copied to clipboard

Gets or sets the error summary.