ValidatorGuardRun
Auto-generated API reference for ValidatorGuardRun.
Interface: ValidatorGuardRun
Defined in: validator-guard.ts:76
#Properties
#accepted
accepted:
boolean
Defined in: validator-guard.ts:80
True when a validator chain accepted; false when blocked / fallback.
#attempts
attempts:
number
Defined in: validator-guard.ts:82
Total attempts made.
#failures
failures:
object[]
Defined in: validator-guard.ts:83
#action
action:
ValidatorAction
#attempt
attempt:
number
#reason?
optionalreason?:string
#validator
validator:
string
#output
output:
string
Defined in: validator-guard.ts:78
Output that survived the gauntlet (or the fallback).