CloudErrorBody interface
The body of an error message
Properties
code | The error code |
details | Extra error information |
message | A description of what caused the error |
target | The target resource of the error message |
Property Details
code
The error code
code?: string
Property Value
string
details
message
A description of what caused the error
message?: string
Property Value
string
target
The target resource of the error message
target?: string
Property Value
string