Documentation Index

Fetch the complete documentation index at: https://docs.onespan.com/llms.txt

Use this file to discover all available pages before exploring further.

AAL2GetErrorMsg

Prev Next

Function prototype

aat_int32 AAL2GetErrorMsg (aat_int32     errorNum,
                           aat_int32*    szBuffer);

Description

This function is called to transform an error code produced by one of the Authentication Suite Server SDK functions (except for DPX-related functions) into a clear text error message. It returns a pointer to the message text area.

Parameters

  Table: Parameters (AAL2GetErrorMsg)
TypeNameUseDescription
aat_int32errorNumIThe error code produced by one of the Authentication Suite Server SDK functions.
aat_ascii *szBufferOThe error message corresponding to errorNum. The message area must be at least 100 bytes long and pre-allocated by the calling program (recommended buffer size is 100 bytes).