InnerErrorOutput interface
An object containing more specific information about the error.
Properties
code | One of a server-defined set of error codes. |
innererror | Inner error. |
message | A human-readable representation of the error. |
Property Details
code
One of a server-defined set of error codes.
code?: string
Property Value
string
innererror
message
A 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