CloudErrorBody interface  
Body of an error from a REST request.
Properties
| code | The error code. | 
| details | Inner errors. | 
| message | The error message. | 
| target | The error target. | 
Property Details
code
The error code.
code?: stringProperty Value
string
details
message
The error message.
message?: stringProperty Value
string
target
The error target.
target?: stringProperty Value
string