Functions for error handling.
More...
Functions for error handling.
const char* ssh_get_error |
( |
void * |
error | ) |
|
int ssh_get_error_code |
( |
void * |
error | ) |
|
Retrieve the error code from the last error.
- Parameters
-
error | An ssh_session or ssh_bind. |
- Returns
- SSH_NO_ERROR No error occurred
SSH_REQUEST_DENIED The last request was denied but situation is recoverable
SSH_FATAL A fatal error occurred. This could be an unexpected disconnection
Other error codes are internal but can be considered same than SSH_FATAL.