CloudErrorBody interface
Describes a particular API error with an error code and a message.
Properties
code | An error code that describes the error condition more precisely than an HTTP status code. Can be used to programmatically handle specific error cases. |
details | Contains nested errors that are related to this error. |
message | A message that describes the error in detail and provides debugging information. |
target | The target of the particular error (for example, the name of the property in error). |
Property Details
code
An error code that describes the error condition more precisely than an HTTP status code. Can be used to programmatically handle specific error cases.
code?: string
Property Value
string
details
Contains nested errors that are related to this error.
details?: CloudErrorBody[]
Property Value
message
A message that describes the error in detail and provides debugging information.
message?: string
Property Value
string
target
The target of the particular error (for example, the name of the property in error).
target?: string
Property Value
string