ErrorModel interface
Defines the error.
Properties
code | The error code. |
id | The error ID. |
message | The detailed error message. |
possible |
The error possible causes. |
recommended |
The error recommended action |
run |
The account ID used to login. |
severity | The error severity |
summary |
The summarized error message. |
updated |
Time when this error was last updated. |
Property Details
code
The error code.
code?: string
Property Value
string
id
The error ID.
id?: number
Property Value
number
message
The detailed error message.
message?: string
Property Value
string
possibleCauses
The error possible causes.
possibleCauses?: string
Property Value
string
recommendedAction
The error recommended action
recommendedAction?: string
Property Value
string
runAsAccountId
The account ID used to login.
runAsAccountId?: string
Property Value
string
severity
The error severity
severity?: string
Property Value
string
summaryMessage
The summarized error message.
summaryMessage?: string
Property Value
string
updatedTimeStamp
Time when this error was last updated.
updatedTimeStamp?: Date
Property Value
Date
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript