Previous: Error values, Up: Error Handling


11.2 Error strings

gsasl_strerror

— Function: const char * gsasl_strerror (int err)

err: libgsasl error code

Convert return code to human readable string.

Return value: Returns a pointer to a statically allocated string containing a description of the error with the error value err. This string can be used to output a diagnostic message to the user.