Guardtime KSI c SDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Functions
Errorhandling Functions

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)
 

Detailed Description

Function Documentation

void KSI_ERR_clearErrors ( KSI_CTX ctx)

Clear all errors from context.

Parameters
[in]ctxKSI 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.