CloudErrorBody Class

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

Constructor

CloudErrorBody(*args: Any, **kwargs: Any)

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.

Attributes

code

Error code. Required.

code: str

details

Array with additional error details.

details: list['_models.CloudError'] | None

message

Error message. Required.

message: str

target

Property name/path in request associated with error.

target: str | None