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. |
Inherited Properties
name | |
stack |
Property Details
additionalInfo
The additional error information
additionalInfo?: AdditionalInfoElement
Property Value
code
The error code parsed from the body of the http error response.
code: string
Property 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?: any
Property Value
any
message
The error message parsed from the body of the http error response.
message: string
Property Value
string
target
The target of the error.
target?: string
Property Value
string
Inherited Property Details
name
name: string
Property Value
string
Inherited From Error.name
stack
stack?: string
Property Value
string
Inherited From Error.stack