CopyCompletionError Class

Indicates the error details if the background copy of a resource created via the CopyStart operation fails.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.compute._serialization.Model
CopyCompletionError

Constructor

CopyCompletionError(*, error_code: str | _models.CopyCompletionErrorReason, error_message: str, **kwargs: Any)

Keyword-Only Parameters

Name Description
error_code

Indicates the error code if the background copy of a resource created via the CopyStart operation fails. Required. "CopySourceNotFound"

error_message
str

Indicates the error message if the background copy of a resource created via the CopyStart operation fails. Required.

Variables

Name Description
error_code

Indicates the error code if the background copy of a resource created via the CopyStart operation fails. Required. "CopySourceNotFound"

error_message
str

Indicates the error message if the background copy of a resource created via the CopyStart operation fails. Required.