ErrorResponse interface
Describes the format of Error response.
Properties
code | Error code |
message | Error message indicating why the operation failed. |
Property Details
code
Error code
code?: string
Property Value
string
message
Error message indicating why the operation failed.
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