CloudError Class

The error information object.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
CloudError

Constructor

CloudError(*, target: Optional[str] = None, details: Optional[List[azure.mgmt.databox.v2019_09_01.models._models_py3.CloudError]] = None, **kwargs)

Parameters

target
str
Required

Error target.

details
list[<xref:azure.mgmt.databox.models.CloudError>]
Required

More detailed error information.

Variables

code
str

Error code string.

message
str

Descriptive error information.