Skip to content

Commit

Permalink
rm TC + Council errors
Browse files Browse the repository at this point in the history
  • Loading branch information
filippoweb3 committed Oct 18, 2024
1 parent 410f107 commit 7e47e54
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions docs/maintain/maintain-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,28 +203,6 @@ runtime's metadata.
| | MaxVotesReached (32) | Maximum number of votes reached. |
| | InvalidWitness (33) | The provided witness data is wrong. |
| | TooManyProposals (34) | Maximum number of proposals reached. |
| Council (15) | | |
| | NotMember (0) | Account is not a member |
| | DuplicateProposal (1) | Duplicate proposals not allowed |
| | ProposalMissing (2) | Proposal must exist |
| | WrongIndex (3) | Mismatched index |
| | DuplicateVote (4) | Duplicate vote ignored |
| | AlreadyInitialized (5) | Members are already initialized! |
| | TooEarly (6) | The close call was made too early, before the end of the voting. |
| | TooManyProposals (7) | There can only be a maximum of `MaxProposals` active proposals. |
| | WrongProposalWeight (8) | The given weight bound for the proposal was too low. |
| | WrongProposalLength (9) | The given length bound for the proposal was too low. |
| TechnicalCommittee (16) | | |
| | NotMember (0) | Account is not a member |
| | DuplicateProposal (1) | Duplicate proposals not allowed |
| | ProposalMissing (2) | Proposal must exist |
| | WrongIndex (3) | Mismatched index |
| | DuplicateVote (4) | Duplicate vote ignored |
| | AlreadyInitialized (5) | Members are already initialized! |
| | TooEarly (6) | The close call was made too early, before the end of the voting. |
| | TooManyProposals (7) | There can only be a maximum of `MaxProposals` active proposals. |
| | WrongProposalWeight (8) | The given weight bound for the proposal was too low. |
| | WrongProposalLength (9) | The given length bound for the proposal was too low. |
| ElectionsPhragmen (17) | | |
| | UnableToVote (0) | Cannot vote when no candidates or members exist. |
| | NoVotes (1) | Must vote for at least one candidate. |
Expand Down

0 comments on commit 7e47e54

Please sign in to comment.