1sasl_errdetail(10 July 2001) sasl_errdetail(10 July 2001)
2
3
4
6 sasl_errdetail - Retrieve detailed information about an error
7
8
10 #include <sasl/sasl.h>
11
12
13 const char *sasl_errdetail( sasl_conn_t *conn );
14
15
17 sasl_errdetail provides more detailed information about the most recent
18 error to occur, beyond the information contained in the SASL result
19 code.
20
21 conn the connection context to inquire about.
22
23
25 Returns the string describing the error that occurred, or NULL if no
26 error has occurred, or there was an error retrieving it.
27
28
30 RFC 2222
31
33 sasl(3)
34
35
36
37SASL man pages SASL sasl_errdetail(10 July 2001)