1SASL_ERRDETAIL(3)                 Cyrus SASL                 SASL_ERRDETAIL(3)
2
3
4

NAME

6       sasl_errdetail - Cyrus SASL documentation
7

SYNOPSIS

9       #include <sasl/sasl.h>
10
11       const char *sasl_errdetail( sasl_conn_t *conn );
12

DESCRIPTION

14       const char *sasl_errdetail( sasl_conn_t *conn );
15              sasl_errdetail  provides  more  detailed  information  about the
16              most  recent  error  to occur, beyond the information  contained
17              in the SASL result code.
18
19              Parameters
20
21                     · conn – the SASL connection context to inquire about.
22

RETURN VALUE

24       Returns the string describing the error that occurred,  or NULL  if  no
25       error has  occurred,  or there was an error retrieving it.
26

SEE ALSO

28       RFC 4422,:saslman:sasl(3)
29

AUTHOR

31       The Cyrus Team
32
34       1993-2016, The Cyrus Team
35
36
37
38
392.1.27                         January 29, 2018              SASL_ERRDETAIL(3)
Impressum