Click or drag to resize

BackgroundCopyErrorContext Enumeration

Defines the constant values that specify the context in which the error occurred.

Namespace:  usis.Net.Bits
Assembly:  usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public enum BackgroundCopyErrorContext
Members
  Member nameValueDescription
None0 An error has not occurred.
Unknown1 The error context is unknown.
GeneralQueueManager2 The transfer queue manager generated the error.
QueueManagerNotification3 The error was generated while the queue manager was notifying the client of an event.
LocalFile4 The error was related to the specified local file. For example, permission was denied or the volume was unavailable.
RemoteFile5 he error was related to the specified remote file. For example, the URL was not accessible.
GeneralTransport6 The transport layer generated the error. These errors are general transport failures (these errors are not specific to the remote file).
RemoteApplication7 The transport layer generated the error. These errors are general transport failures (these errors are not specific to the remote file).
See Also