Defines status codes for the
SecureShellException class.
public enum SecureShellExceptionStatus
Public Enum SecureShellExceptionStatus
public enum class SecureShellExceptionStatus
Name | Description |
---|
UnknownError | An unclassifiable error occurred. This is the default value for Status. |
ConnectionFailed | The remote service point could not be contacted at the transport level. |
ConnectionClosed | The connection was prematurely closed. |
ProtocolError | The response received from the server was complete but indicated a protocol-level error. |
UnexpectedMessage | The response received from the server was complete but unexpected. |
Timeout | No response was received during the time-out period for a request. |
OperationFailed | The requested operation could not be completed. |
PasswordChangeRequired | Password needs to be changed. |
SocketError | The error at transport level occurred. |
Top