AssetEndpointProfileStatusError interface
Defines the asset endpoint profile 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: “targetAddress 'foo' is not a valid url”). |
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: “targetAddress 'foo' is not a valid url”).
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