libssh
0.6.3
|
Functions for error handling. More...
Functions | |
const char * | ssh_get_error (void *error) |
Retrieve the error text message from the last error. More... | |
int | ssh_get_error_code (void *error) |
Retrieve the error code from the last error. More... | |
Functions for error handling.
const char* ssh_get_error | ( | void * | error | ) |
Retrieve the error text message from the last error.
error | An ssh_session or ssh_bind. |
Referenced by ssh::Session::getDisconnectMessage(), ssh_channel_new(), and ssh_channel_set_blocking().
int ssh_get_error_code | ( | void * | error | ) |
Retrieve the error code from the last error.
error | An ssh_session or ssh_bind. |
Referenced by ssh::Session::getDisconnectMessage().