![]() |
TrustCore SDK NanoTAP API reference
version 3.0
|
Digicert Error Definitions. More...
Go to the source code of this file.
Data Structures | |
| struct | errDescr |
| Enum containing Digicert defined error codes and readable names for each error. More... | |
Macros | |
| #define | __ERROR_TAP_RC_DEF__ |
| #define | MOC_CHECK(X) if(OK > (status = (X))){ goto exit; } |
| Helper macro for a common error checking idiom. More... | |
Typedefs | |
| typedef sbyte4 | TAP_RC |
Functions | |
| MOC_EXTERN const ubyte * | MERROR_lookUpErrorCode (MSTATUS errorCode) |
This header file contains Digicert error definitions used by all Digicert components.
__ENABLE_LOOKUP_TABLE__ ERROR_LOOKUP_TABLE | #define MOC_CHECK | ( | X | ) | if(OK > (status = (X))){ goto exit; } |