Share via


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.

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.

Default value: None
details

Array with additional error details.

Default value: None

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.