CloudError interface
Contains information about an API error.
Properties
error | Describes a particular API error with an error code and a message. |
message | A brief description of the error that hints at what went wrong (for details/debugging information refer to the 'error.message' property). |
Property Details
error
Describes a particular API error with an error code and a message.
error?: CloudErrorBody
Property Value
message
A brief description of the error that hints at what went wrong (for details/debugging information refer to the 'error.message' property).
message?: string
Property Value
string