Errors/Chain errors
SpaceLimitExceeded
A chain-side capacity limit was hit; reduce the size or count of the request
The commitment would push the account's byte quota for the current epoch over the cap; each set_commitment consumes at least 100 bytes. Check UsedSpaceOf for the netuid and account against MaxSpace, or wait for the next epoch to reset usage.
Declared by the Commitments pallet; it classifies to the semantic code limit_exceeded.
Declared at pallets/commitments/src/lib.rs#L123.
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 SpaceLimitExceeded.