CloudErrorBody Class
The object that defines the structure of an Azure Data Factory error.
Constructor
CloudErrorBody(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
code
|
Error code. Required. |
|
message
|
Error message. Required. |
|
target
|
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