Table of Contents

Enum FileSource.FileErrorHandling

Namespace
VAST.File
Assembly
VAST.File.dll

Specifies how errors are handled when processing multiple files in a playlist.

public enum FileSource.FileErrorHandling

Fields

FailOnAll = 1

Source transitions to error state only if all files in the playlist fail.

FailOnAny = 0

Source transitions to error state if any file in the playlist fails.