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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for JavaScript