SASL_ERRORS(3SASL) | Simple Authentication Security Layer Library Functions | SASL_ERRORS(3SASL) |
sasl_errors - SASL error codes
#include <sasl/sasl.h>
This man page describes the general error codes that can be returned by calls into the SASL library. The meaning of the error code can vary slightly based upon the context of the call from which it is returned.
SASL_OK
SASL_CONTINUE
SASL_FAILURE
SASL_NOMEM
SASL_BUFOVER
SASL_NOMECH
SASL_BADPROT
SASL_NOT DONE
SASL_BADPARAM
SASL_TRYAGAIN
SASL_BADMAC
SASL_NOTINIT
SASL_INTERACT
SASL_BADSERV
SASL_WRONGMECH
SASL_BADAUTH
SASL_NOAUTHZ
SASL_TOOWEAK
SASL_ENCRYPT
SASL_TRANS
SASL_EXPIRED
SASL_DISABLED
SASL_NOUSER
SASL_BADVERS
SASL_NOVERIFY
SASL_PWLOCK
SASL_NOCHANGE
SASL_WEAKPASS
SASL_NOUSERPASS
See attributes(7) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
Interface Stability | Evolving |
MT-Level | Safe |
October 14, 2003 | OmniOS |