Errors/Chain errors

InvalidValue

Check the argument values against the operation schema

View as Markdown

A generic out-of-range parameter on an admin or sudo call, e.g. mechanism counts, emission splits summing away from 65535, max UIDs or take bounds. Check the specific argument against the min/max storage items the extrinsic validates (e.g. MinAllowedUids, MaxMechanismCount).

Declared by the SubtensorModule, AdminUtils pallets; it classifies to the semantic code invalid_argument.

Declared at pallets/subtensor/src/macros/errors.rs#L257, pallets/admin-utils/src/lib.rs#L163.

Remediation

Check the argument values against the operation schema

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