Type Alias VerificationFailed
VerificationFailed: PlainDescriptor<
[
number,
Enum<
{
FailedToBoundSupport: undefined;
Incomplete: undefined;
InvalidRound: undefined;
InvalidScore: undefined;
InvalidVote: undefined;
InvalidVoter: undefined;
InvalidWinner: undefined;
NposElection: Enum<
{
ArithmeticError: undefined;
BoundsExceeded: undefined;
DuplicateTarget: undefined;
DuplicateVoter: undefined;
InvalidSupportEdge: undefined;
SolutionInvalidIndex: undefined;
SolutionInvalidPageIndex: undefined;
SolutionTargetOverflow: undefined;
SolutionWeightOverflow: undefined;
TooManyVoters: undefined;
},
>;
ScoreTooLow: undefined;
SnapshotUnavailable: undefined;
WrongWinnerCount: undefined;
},
>,
],
>
A verification failed at the given page.
NOTE: if the index is 0, then this could mean either the feasibility of the last page was wrong, or the final checks of
finalize_verificationfailed.