public interface RuleResult
Modifier and Type | Method and Description |
---|---|
VerificationErrorCode |
getErrorCode()
Returns error code when rule result status isn't
VerificationResultCode.OK . |
Exception |
getException()
Returns an exception that occurred during the rule execution while fetching a resource (e.g extender,
publications file).
|
VerificationResultCode |
getResultCode()
Returns rule result code.
|
String |
getRuleName()
Returns the name of the rule.
|
VerificationResultCode getResultCode()
VerificationErrorCode getErrorCode()
VerificationResultCode.OK
. Returns null if status is
VerificationResultCode.OK
String getRuleName()
Exception getException()
Copyright © 2024 Guardtime. All rights reserved.