NAME
Decode_CDSA_Error — Accepts a CDSA numeric error code and returns two strings:
the ASCII name of the error and a description of the error
SYNOPSIS
#include <cssmerr.h> API: void Decode_CDSA_Error(Error_Code,Error_Label_String,Error_String) CSSM_RETURN Error_Code; char *Error_Label_String; char *Error_String;
|
DESCRIPTION
This function accepts a CDSA numeric error code and returns
two strings: the ASCII name of the error and a description of the
error.