ApiErrorBase interface
API error base.
Properties
code | The error code. |
message | The error message. |
target | The target of the particular error. |
Property Details
code
The error code.
code?: string
Property Value
string
message
The error message.
message?: string
Property Value
string
target
The target of the particular error.
target?: 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