| 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
Public Enumeration BackgroundCopyErrorContext
public enum class BackgroundCopyErrorContext
type BackgroundCopyErrorContext
Members
| Member name | Value | Description |
---|
| None | 0 |
An error has not occurred.
|
| Unknown | 1 |
The error context is unknown.
|
| GeneralQueueManager | 2 |
The transfer queue manager generated the error.
|
| QueueManagerNotification | 3 |
The error was generated while the queue manager was notifying the client of an event.
|
| LocalFile | 4 |
The error was related to the specified local file.
For example, permission was denied or the volume was unavailable.
|
| RemoteFile | 5 |
he error was related to the specified remote file.
For example, the URL was not accessible.
|
| GeneralTransport | 6 |
The transport layer generated the error.
These errors are general transport failures (these errors are not specific to the remote file).
|
| RemoteApplication | 7 |
The transport layer generated the error.
These errors are general transport failures (these errors are not specific to the remote file).
|
See Also