SYNOPSIS |
#include <dkim.h>
const char * dkim_sig_geterrorstr(
DKIM_SIGERROR sigerr
);
Retrieve a string describing a signature error code, or NULL if the code
had no text translation.
|
DESCRIPTION |
Called When |
dkim_sig_geterrorstr() can be called at any time. |
|
---|
ARGUMENTS |
Argument | Description |
sigerr |
A DKIM_SIGERROR constnat.
|
|
NOTES |
- This function is a local addition to the formal API specification
and is experimental only. It may not appear in other implementations.
|