InnerHealthErrorModelResponse

data class InnerHealthErrorModelResponse(val category: String, val causes: String, 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)

Inner health error model.

Constructors

Link copied to clipboard
constructor(category: String, causes: String, 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 error category.

Link copied to clipboard

Gets or sets possible causes of the 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.