ODataError interface
Error information in OData format.
Properties
code | The machine-readable description of the error, such as 'InvalidRequest' or 'InternalServerError' |
details | Inner errors that caused this error |
message | The human-readable description of the error |
Property Details
code
The machine-readable description of the error, such as 'InvalidRequest' or 'InternalServerError'
code?: string
Property Value
string
details
message
The human-readable description 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