This error was removed in v326

This error is no longer present in the current runtime. Existed from v123 to v326. Shown here for historical reference.

TooManyMembers

Error Removed v123 → v326 (removed) 10.2

The Senate has reached its maximum membership capacity. A new member cannot be added without first removing an existing one.

Encountered by: validatorsdevelopers

Why This Error Exists

The Senate has a fixed maximum size to maintain governance efficiency. New members can join by replacing lower-ranked members via the swap mechanism.

From Chain Metadata

Too many members.

What This Means

The Senate has reached its maximum membership capacity. A new member cannot be added without first removing an existing one.

Common Causes

  • Trying to add a member when the Senate is at MaxMembers capacity
  • All available seats are occupied

How to Fix

  • Remove an existing member before adding a new one (swap_member)
  • Use the swap operation to atomically replace one member with another
  • Query SenateMembers.Members to check current count

Storage to Check

Runtime Info

Pallet Index
10
Error Index
2
Error Code
10.2
Removed In
v326