Simple Authentication Security Layer Library Functions
saslerrdetail(3SASL)
NAME
saslerrdetail - retrieve detailed information about an
error
SYNOPSIS
cc [ flag ... ] file ... -lsasl [ library ... ]
#include
const char * saslerrdetail(saslconnt *conn);
DESCRIPTION
The saslerrdetail() interface returns an internationalized
string that is a message that describes the error that
occurred on a SASL connection. The saslerrdetail() inter-
face provides a more user friendly error message than the
SASL error code returned when SASL indicates that an error
has occurred on a connection. See saslerrors(3SASL).
PARAMETERS
conn The SASL connection context for which the inquiry is
made.
RETURN VALUES
saslerrdetail() returns the string that describes the error
that occurred, or NUL, if there was an error retrieving it.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWlibsasl
Interface Stability Evolving
MT-Level Safe
SEE ALSO
saslerrors(3SASL), saslseterror(3SASL), attributes(5)
SunOS 5.11 Last change: 14 Oct 2003 1
Simple Authentication Security Layer Library Functions
saslerrdetail(3SASL)
SunOS 5.11 Last change: 14 Oct 2003 2
|