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 server.

Inheritance
azure.mgmt.datafactory._serialization.Model
CloudError

Constructor

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

Keyword-Only Parameters

Name Description
code
str

Error code. Required.

message
str

Error message. Required.

target
str

Property name/path in request associated with error.

details

Array with additional error details.

Variables

Name Description
code
str

Error code. Required.

message
str

Error message. Required.

target
str

Property name/path in request associated with error.

details

Array with additional error details.