CloudError Class

The object that defines the structure of an Azure Data Factory error response.

All required parameters must be populated in order to send to Azure.

Inheritance
CloudError

Constructor

CloudError(*, code: str, message: str, target: Optional[str] = None, details: Optional[List[_models.CloudError]] = None, **kwargs)

Variables

code
str

Required. Error code.

message
str

Required. Error message.

target
str

Property name/path in request associated with error.

details
list[CloudError]

Array with additional error details.