CloudErrorBody Class
An error response from the service.
- Inheritance
-
CloudErrorBody
Constructor
CloudErrorBody(*, code: typing.Union[str, NoneType] = None, message: typing.Union[str, NoneType] = None, target: typing.Union[str, NoneType] = None, details: typing.Union[typing.List[_ForwardRef('CloudErrorBody')], NoneType] = None, **kwargs)
Parameters
- code
- str
An identifier for the error. Codes are invariant and are intended to be consumed programmatically.
- message
- str
A message describing the error, intended to be suitable for display in a user interface.
- target
- str
The target of the particular error. For example, the name of the property in error.
- details
- list[CloudErrorBody]
A list of additional details about the error.
Feedback
Submit and view feedback for