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.ModelCloudError
Constructor
CloudError(*, code: str, message: str, target: str | None = None, details: List[_models.CloudError] | None = None, **kwargs: Any)
Keyword-Only Parameters
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. |
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python