RetryOptions
Defines a set of configurable flags to control retry behavior.
All = 31
Retry all operations that fail.
Retry an operation that fails when the directory does not exist.
DiskFull = 4
Retry an operation that fails when the disk is full.
FileNotFound = 1
Retry an operation that fails when the file does not exist.
Io = 8
Retry an operation that fails when any other I/O error not already listed occurs.
None = 0
No retry is performed.
Permissions = 16
Retry an operation that fails when there are insufficient permissions.