Defines status codes for the ScpException class.
Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
Visual Basic |
---|
Public Enumeration ScpExceptionStatus |
C# |
---|
public enum ScpExceptionStatus |
Members
Member name | Description | |
---|---|---|
![]() | ConnectFailure |
The remote service point could not be contacted at the transport level.
|
![]() | ConnectionClosed |
The connection was prematurely closed.
|
![]() | SocketError |
The error at transport level occurred.
|
![]() | NameResolutionFailure |
The name resolver service could not resolve the host name.
|
![]() | ProtocolError |
The response received from the server was complete but indicated a protocol-level error. For example, an SCP protocol error 'File not found' would use this status.
|
![]() | ProxyNameResolutionFailure |
The name resolver service could not resolve the proxy host name.
|
![]() | UnclassifiableError |
An unclassifiable error occurred. This is the default value for Status.
|
![]() | ServerProtocolViolation |
The server response was not a valid SFTP response.
|
![]() | Timeout |
No response was received during the time-out period for a request.
|
![]() | AsyncError |
General exception in asynchronous call.
|
![]() | OperationFailure |
The requested operation could not be completed.
|