AssetStatusError interface
Defines the asset status error properties.
Properties
code | Error code for classification of errors (ex: 400, 404, 500, etc.). |
message | Human readable helpful error message to provide additional context for error (ex: “capability Id 'foo' does not exist”). |
Property Details
code
Error code for classification of errors (ex: 400, 404, 500, etc.).
code?: number
Property Value
number
message
Human readable helpful error message to provide additional context for error (ex: “capability Id 'foo' does not exist”).
message?: 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