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