The current result state of the journey.
Signature:
export declare enum CurrentResult
Enumeration Members
| Member | Value | Description |
|---|---|---|
| CaseUpdateFailed | "CaseUpdateFailed" | |
| CommunicationError | "CommunicationError" | |
| ErrorSavingData | "ErrorSavingData" | |
| Failed | "Failed" | The current journey has failed verification. |
| Pass | "Pass" | The current journey has passed verification to a satisfactory level. |
| ProcessingError | "ProcessingError" | |
| ScannerError | "ScannerError" | |
| SpecifiedEntryNotFound | "SpecifiedEntryNotFound" |