ErrorModel interface
Error model.
Properties
causes | Gets or sets the possible causes of 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 creation time of error. 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 the recommended action to resolve 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. |
type | Gets or sets the error type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
causes
Gets or sets the possible causes of 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 creation time of error. NOTE: This property will not be serialized. It can only be populated by the server.
creationTime?: Date
Property Value
Date
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 the recommended action to resolve 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
type
Gets or sets the error type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Azure SDK for JavaScript