ErrorResponseBody Class

An error response from the Batch service.

Inheritance
ErrorResponseBody

Constructor

ErrorResponseBody(*, code: Optional[str] = None, message: Optional[str] = None, target: Optional[str] = None, details: Optional[List[azure.mgmt.azurearcdata.models._models_py3.ErrorResponseBody]] = None, **kwargs)

Parameters

code
str
Required

An identifier for the error. Codes are invariant and are intended to be consumed programmatically.

message
str
Required

A message describing the error, intended to be suitable for display in a user interface.

target
str
Required

The target of the particular error. For example, the name of the property in error.

details
list[<xref:azure_arc_data_management_client.models.ErrorResponseBody>]
Required

A list of additional details about the error.