Share via


HealthErrorModel interface

Health error model.

Properties

affectedResourceCorrelationIds

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.

affectedResourceType

Gets or sets the type of affected resource type.

category

Gets or sets the error category.

causes

Gets or sets possible causes of the error.

childErrors

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

code

Gets or sets the error code.

creationTime

Gets or sets the error creation time.

healthCategory

Gets or sets the health category.

isCustomerResolvable

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

message

Gets or sets the error message.

recommendation

Gets or sets recommended action to resolve the error.

severity

Gets or sets the error severity.

source

Gets or sets the error source.

summary

Gets or sets the error summary.

Property Details

affectedResourceCorrelationIds

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.

affectedResourceCorrelationIds?: string[]

Property Value

string[]

affectedResourceType

Gets or sets the type of affected resource type.

affectedResourceType?: string

Property Value

string

category

Gets or sets the error category.

category?: string

Property Value

string

causes

Gets or sets possible causes of the error.

causes?: string

Property Value

string

childErrors

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

childErrors?: InnerHealthErrorModel[]

Property Value

code

Gets or sets the error code.

code?: string

Property Value

string

creationTime

Gets or sets the error creation time.

creationTime?: Date

Property Value

Date

healthCategory

Gets or sets the health category.

healthCategory?: string

Property Value

string

isCustomerResolvable

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

isCustomerResolvable?: boolean

Property Value

boolean

message

Gets or sets the error message.

message?: string

Property Value

string

recommendation

Gets or sets recommended action to resolve the error.

recommendation?: string

Property Value

string

severity

Gets or sets the error severity.

severity?: string

Property Value

string

source

Gets or sets the error source.

source?: string

Property Value

string

summary

Gets or sets the error summary.

summary?: string

Property Value

string