Package version:

Interface CopyCompletionError

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

interface CopyCompletionError {
    errorCode: string;
    errorMessage: string;
}

Properties

errorCode: string

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

errorMessage: string

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