Share via


DataTransferErrorMode 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 DataTransferErrorMode
[<System.Flags>]
type DataTransferErrorMode = 
Public Enum DataTransferErrorMode
Inheritance
DataTransferErrorMode
Attributes

Fields

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.

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.

Applies to