TransferErrorCode Enumeration

 

Updated: January 5, 2017

Error codes for TransferException.

Namespace:   Microsoft.WindowsAzure.Storage.DataMovement
Assembly:  Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)

public enum TransferErrorCode

Member nameDescription
AsyncCopyFailed

Failed to do asynchronous copy.

FailToAllocateMemory

Fails to allocate memory in MemoryManager.

FailToEnumerateDirectory

Fails to enumerate directory.

FailToGetSourceLastWriteTime

Fails to get source's last write time.

FailToRetrieveCopyStateForObject

AsyncCopyControler fails to retrieve CopyState for the object which we are to monitor.

FailToVadlidateDestination

Fails to validate destination.

LocalToLocalTransfersUnsupported

Both Source and Destination are locally accessible locations. At least one of source and destination should be an Azure Storage location.

MismatchCopyId

AsyncCopyController detects mismatch between copy id stored in transfer entry and that retrieved from server.

None

No error.

NotOverwriteExistingDestination

User choose not to overwrite existing destination.

OpenFileFailed

Failed to open file for upload or download.

OperationCanceled

User canceled.

SameSourceAndDestination

Source and destination are the same.

SubTransferFails

Sub transfer fails.

TransferAlreadyExists

Transfer with the same source and destination already exists.

Unknown

Uncategorized transfer error.

UploadBlobSourceFileSizeInvalid

The file size is invalid for the specified blob type.

UploadSourceFileSizeTooLarge

The file to transfer is too large for the destination.

Return to top
Show: