ReportableException interface
Exception object for all custom exceptions
Properties
actionable |
Actionable steps for this exception |
file |
The path to the file where exception occurred |
h |
Coded numerical value that is assigned to a specific exception |
line |
The line number where exception occurred |
message | Error message |
stack |
Stack trace |
Property Details
actionableMessage
Actionable steps for this exception
actionableMessage?: string
Property Value
string
filePath
The path to the file where exception occurred
filePath?: string
Property Value
string
hResult
Coded numerical value that is assigned to a specific exception
hResult?: number
Property Value
number
lineNumber
The line number where exception occurred
lineNumber?: string
Property Value
string
message
Error message
message?: string
Property Value
string
stackTrace
Stack trace
stackTrace?: string
Property Value
string
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