Guardtime KSI c SDK
|
Functions | |
void | KSI_ERR_clearErrors (KSI_CTX *ctx) |
void | KSI_ERR_push (KSI_CTX *ctx, int statusCode, long extErrorCode, const char *fileName, unsigned int lineNr, const char *message) |
void KSI_ERR_clearErrors | ( | KSI_CTX * | ctx | ) |
Clear all errors from context.
[in] | ctx | KSI context. |
void KSI_ERR_push | ( | KSI_CTX * | ctx, |
int | statusCode, | ||
long | extErrorCode, | ||
const char * | fileName, | ||
unsigned int | lineNr, | ||
const char * | message | ||
) |
Push an error message to the error stack of the context.