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.timeseriesinsights.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).

details
list[CloudErrorBody]
Required

Contains nested errors that are related to this error.