1sasl_errdetaiSli(m3pSlAeSLA)uthentication Security Layer Library Fsuansclt_ieornrsdetail(3SASL)
2
3
4

NAME

6       sasl_errdetail - retrieve detailed information about an error
7

SYNOPSIS

9       cc [ flag ... ] file ... -lsasl   [ library ... ]
10       #include <sasl/sasl.h>
11
12       const char * sasl_errdetail(sasl_conn_t *conn);
13
14

DESCRIPTION

16       The sasl_errdetail() interface returns an internationalized string that
17       is a message that describes the error that occurred on a  SASL  connec‐
18       tion.  The  sasl_errdetail()  interface  provides  a more user friendly
19       error message than the SASL error code  returned  when  SASL  indicates
20       that an error has occurred on a connection. See sasl_errors(3SASL).
21

PARAMETERS

23       conn    The SASL connection context for which the inquiry is made.
24
25

RETURN VALUES

27       sasl_errdetail()  returns  the  string  that  describes  the error that
28       occurred, or NULL, if there was an error retrieving it.
29

ATTRIBUTES

31       See attributes(5) for descriptions of the following attributes:
32
33
34
35
36       ┌─────────────────────────────┬─────────────────────────────┐
37       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
38       ├─────────────────────────────┼─────────────────────────────┤
39       │Availability                 │SUNWlibsasl                  │
40       ├─────────────────────────────┼─────────────────────────────┤
41       │Interface Stability          │Evolving                     │
42       ├─────────────────────────────┼─────────────────────────────┤
43       │MT-Level                     │Safe                         │
44       └─────────────────────────────┴─────────────────────────────┘
45

SEE ALSO

47       sasl_errors(3SASL), sasl_seterror(3SASL), attributes(5)
48
49
50
51SunOS 5.11                        14 Oct 2003            sasl_errdetail(3SASL)
Impressum