Errors/Chain errors

StorageDepositLimitExhausted

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

View as Markdown

The execution created more storage than the caller's storage_deposit_limit allows to be charged. Raise the storage_deposit_limit argument or reduce storage usage; a dry-run reports the required storage_deposit.

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

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 StorageDepositLimitExhausted.