| SYNOPSIS |
#include <dkim.h>
DKIM_SIGERROR dkim_sig_geterror(
DKIM_SIGINFO *sig
);
Retrieve the error value stored for a specific signature.
|
| DESCRIPTION |
| Called When |
dkim_sig_geterror() can be called from within the
prescreen or
final or
callbacks, if defined. |
|
|---|
| ARGUMENTS |
| Argument | Description |
| sig |
Signature-specific handle.
|
|
| NOTES |
- This function is a local addition to the formal API specification
and is experimental only. It may not appear in other implementations.
|