1sasl_errdetail(3)               SASL man pages               sasl_errdetail(3)
2
3
4

NAME

6       sasl_errdetail - Retrieve detailed information about an error
7
8

SYNOPSIS

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

DESCRIPTION

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

RETURN VALUE

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

CONFORMING TO

30       RFC 4422
31

SEE ALSO

33       sasl(3)
34
35
36
37SASL                             10 July 2001                sasl_errdetail(3)
Impressum