@orangecheck/vote-core / VoteErrorCode
Type Alias: VoteErrorCode
type VoteErrorCode =
| "E_BAD_SIG"
| "E_WRONG_POLL"
| "E_PAST_DEADLINE"
| "E_UNKNOWN_OPTION"
| "E_COMMIT_MISMATCH"
| "E_BELOW_THRESHOLD"
| "E_NO_REVEAL"
| "E_REORG"
| "E_UNSUPPORTED_MODE";
Defined in: types.ts:101
Error codes per SPEC §9. Non-weight-returning conditions.