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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for JavaScript