Guardtime KSI c SDK
Data Fields
KSI_RuleVerificationResult_st Struct Reference

#include <policy.h>

Data Fields

KSI_VerificationResultCode resultCode
 
KSI_VerificationErrorCode errorCode
 
const char * ruleName
 
const char * policyName
 
size_t stepsPerformed
 
size_t stepsSuccessful
 
size_t stepsFailed
 

Field Documentation

◆ errorCode

KSI_VerificationErrorCode KSI_RuleVerificationResult_st::errorCode

Error code of the verification.

◆ policyName

const char* KSI_RuleVerificationResult_st::policyName

Last performed policy name.

◆ resultCode

KSI_VerificationResultCode KSI_RuleVerificationResult_st::resultCode

The result of the verification.

◆ ruleName

const char* KSI_RuleVerificationResult_st::ruleName

Last perfomed rule name.

◆ stepsFailed

size_t KSI_RuleVerificationResult_st::stepsFailed

Bitmap of the failed steps performed.

◆ stepsPerformed

size_t KSI_RuleVerificationResult_st::stepsPerformed

Bitmap of the verification steps performed.

◆ stepsSuccessful

size_t KSI_RuleVerificationResult_st::stepsSuccessful

Bitmap of the successful steps performed.


The documentation for this struct was generated from the following file: