ErrorDetails interface
An error response details received from the Azure Maintenance service.
Properties
code | Service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response. |
message | Human-readable representation of the error. |
Property Details
code
Service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response.
code?: string
Property Value
string
message
Human-readable representation of the error.
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