Errors/Chain errors

RootWeightCapExceeded

A chain-side capacity limit was hit; reduce the size or count of the request

View as Markdown

Retired (kept for SCALE index stability on the 463 testnet/devnet runtime): one destination in a set_root_weights vector exceeded RootWeightsCap. That call is gone; the live guard is BasketConcentrationCapExceeded on swap_basket.

Declared by the SubtensorModule pallet; it classifies to the semantic code limit_exceeded.

Declared at pallets/subtensor/src/macros/errors.rs#L371.

Remediation

A chain-side capacity limit was hit; reduce the size or count of the request

The same explanation is available in the terminal: btcli explain RootWeightCapExceeded.