Errors/Chain errors
StorageDepositNotEnoughFunds
Fund the signing account or reduce the amount; check with `btcli wallet balance`
The origin's free balance cannot cover the storage deposit limit specified or required for this call. Check the caller's withdrawable balance against the storage_deposit_limit argument and the dry-run's reported deposit.
Declared by the Contracts pallet; it classifies to the semantic code insufficient_balance.
Remediation
Fund the signing account or reduce the amount; check with btcli wallet balance
The same explanation is available in the terminal: btcli explain StorageDepositNotEnoughFunds.