CloudError interface 
Provides additional information about an http error response.
Properties
| additional | Gets or sets additional error info. NOTE: This property will not be serialized. It can only be populated by the server. | 
| code | Error code. | 
| details | Gets or sets details for the error. NOTE: This property will not be serialized. It can only be populated by the server. | 
| message | The error message parsed from the body of the http error response. | 
| target | Gets or sets the target of the error. | 
Property Details
		additionalInfo
	 
	Gets or sets additional error info. NOTE: This property will not be serialized. It can only be populated by the server.
additionalInfo?: AdditionalErrorInfo[]Property Value
code
Error code.
code?: stringProperty Value
string
details
Gets or sets details for the error. NOTE: This property will not be serialized. It can only be populated by the server.
details?: CloudError[]Property Value
message
The error message parsed from the body of the http error response.
message?: stringProperty Value
string
target
Gets or sets the target of the error.
target?: stringProperty Value
string