SftpExceptionStatus Enum
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9313)
Defines status codes for the SftpException class.
Syntax
public enum SftpExceptionStatus
Fields
| Name | Description |
|---|---|
| AsyncError | General exception in asynchronous call. |
| ConnectFailure | The remote service point could not be contacted at the transport level. |
| ConnectionClosed | The connection was prematurely closed. |
| NameResolutionFailure | The name resolver service could not resolve the host name. |
| OperationAborted | The operation was aborted by a call to the AbortTransfer() method. |
| OperationFailure | The requested operation could not be completed. |
| ProtocolError | The response received from the server was complete but indicated a protocol-level error. For example, an SFTP protocol error 'File not found' would use this status. |
| ProxyNameResolutionFailure | The name resolver service could not resolve the proxy host name. |
| ServerProtocolViolation | The server response was not a valid SFTP response. |
| SocketError | The error at transport level occurred. |
| Timeout | No response was received during the time-out period for a request. |
| UnclassifiableError | An unclassifiable error occurred. This is the default value for Status. |