CloudErrorBody Class
Describes a particular API error with an error code and a message.
- Inheritance
-
CloudErrorBody
Constructor
CloudErrorBody(*, code: Optional[str] = None, message: Optional[str] = None, target: Optional[str] = None, details: Optional[List[azure.mgmt.search.models._models_py3.CloudErrorBody]] = None, **kwargs)
Parameters
- code
- str
Required
An error code that describes the error condition more precisely than an HTTP status code. Can be used to programmatically handle specific error cases.
- message
- str
Required
A message that describes the error in detail and provides debugging information.
- target
- str
Required
The target of the particular error (for example, the name of the property in error).
Feedback
Submit and view feedback for