Share via


TransferErrorMode Enum

Definition

Defines the Error Handling Path to take when a failure or error occurs.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum TransferErrorMode
[<System.Flags>]
type TransferErrorMode = 
Public Enum TransferErrorMode
Inheritance
TransferErrorMode
Attributes

Fields

Name Value Description
StopOnAnyFailure 0

Default. If set and by default all the transfer jobs will terminate quickly on encountering failures from the storage service and filesystem failures.

ContinueOnFailure 1

If set all the transfer jobs will ignore failures and proceed with the other sub-entities of the transfer job and pending transfer jobs. If not set the operation will terminate quickly on encountering failures.

Applies to