CloudError interface 
- Extends
- 
			Error 
Properties
| additional | The additional error information | 
| code | The error code parsed from the body of the http error response. | 
| details | An array of CloudError objects specifying the details. | 
| inner | The inner error parsed from the body of the http error response | 
| message | The error message parsed from the body of the http error response. | 
| target | The target of the error. | 
Property Details
		additionalInfo
	 
	The additional error information
additionalInfo?: AdditionalInfoElementProperty Value
code
The error code parsed from the body of the http error response.
code: stringProperty Value
string
details
An array of CloudError objects specifying the details.
details?: CloudError[]Property Value
		innerError
	 
	The inner error parsed from the body of the http error response
innerError?: anyProperty Value
any
message
The error message parsed from the body of the http error response.
message: stringProperty Value
string
target
The target of the error.
target?: stringProperty Value
string
Inherited Property Details
name
name: stringProperty Value
string
Inherited From Error.name
stack
stack?: stringProperty Value
string
Inherited From Error.stack