InnerHealthErrorModel interface
Inner health error model.
Properties
category | Gets or sets the error category. NOTE: This property will not be serialized. It can only be populated by the server. |
causes | Gets or sets possible causes of the error. NOTE: This property will not be serialized. It can only be populated by the server. |
code | Gets or sets the error code. NOTE: This property will not be serialized. It can only be populated by the server. |
creation |
Gets or sets the error creation time. NOTE: This property will not be serialized. It can only be populated by the server. |
health |
Gets or sets the health category. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
Gets or sets a value indicating whether the error is customer resolvable. NOTE: This property will not be serialized. It can only be populated by the server. |
message | Gets or sets the error message. NOTE: This property will not be serialized. It can only be populated by the server. |
recommendation | Gets or sets recommended action to resolve the error. NOTE: This property will not be serialized. It can only be populated by the server. |
severity | Gets or sets the error severity. NOTE: This property will not be serialized. It can only be populated by the server. |
source | Gets or sets the error source. NOTE: This property will not be serialized. It can only be populated by the server. |
summary | Gets or sets the error summary. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
category
Gets or sets the error category. NOTE: This property will not be serialized. It can only be populated by the server.
category?: string
Property Value
string
causes
Gets or sets possible causes of the error. NOTE: This property will not be serialized. It can only be populated by the server.
causes?: string
Property Value
string
code
Gets or sets the error code. NOTE: This property will not be serialized. It can only be populated by the server.
code?: string
Property Value
string
creationTime
Gets or sets the error creation time. NOTE: This property will not be serialized. It can only be populated by the server.
creationTime?: Date
Property Value
Date
healthCategory
Gets or sets the health category. NOTE: This property will not be serialized. It can only be populated by the server.
healthCategory?: string
Property Value
string
isCustomerResolvable
Gets or sets a value indicating whether the error is customer resolvable. NOTE: This property will not be serialized. It can only be populated by the server.
isCustomerResolvable?: boolean
Property Value
boolean
message
Gets or sets the error message. NOTE: This property will not be serialized. It can only be populated by the server.
message?: string
Property Value
string
recommendation
Gets or sets recommended action to resolve the error. NOTE: This property will not be serialized. It can only be populated by the server.
recommendation?: string
Property Value
string
severity
Gets or sets the error severity. NOTE: This property will not be serialized. It can only be populated by the server.
severity?: string
Property Value
string
source
Gets or sets the error source. NOTE: This property will not be serialized. It can only be populated by the server.
source?: string
Property Value
string
summary
Gets or sets the error summary. NOTE: This property will not be serialized. It can only be populated by the server.
summary?: string
Property Value
string
Azure SDK for JavaScript