AURA

Wallets & Limits

dWallet configuration, balance, and limit errors

Wallets & Basic Limits

CodeNameTrigger
6006DWalletNotConfiguredNo dWallet registered for the chain.
6007DWalletAlreadyRegisteredDuplicate dWallet for a chain.
6040BudgetEnvelopeLimitExceededScoped budget exceeded.
6053BudgetEnvelopeNotFoundRemoving a non-existent envelope.
6054BudgetEnvelopeInUseRemoving an envelope referenced by an active proposal.
6059RecipientLimitNotFoundRemoving a non-existent recipient limit.
6060AddressListEntryNotFoundRemoving an absent address-list entry.
6051ExposureGroupLimitExceededExposure group cap exceeded.
6052ExposureGroupUnauthorizedTreasury is not a group member.
6055ExposureGroupNotEmptyClosing an exposure group with members.
6056SwarmNotEmptyClosing a swarm pool with members.
6057SwarmPoolUnsettledSwarm pool balance not settled.
6058LivenessGateActiveClosing a liveness record that is an active hard gate.
6035ParentLimitExceededChild spend exceeds the parent limit.
6046ExternalDependencyStaleA required dependency is not fresh.
6029SanctionedAddressRecipient is on the sanctions list.
6030RecipientBlacklistedRecipient is blacklisted.
6031RecipientNotWhitelistedRecipient is not on the whitelist.

dWallet Runtime

CodeNameTrigger
6061DWalletNotActiveOutbound reservation on a dWallet that is not Active.
6062DWalletFrozenOutbound reservation on a frozen dWallet.
6063DWalletHasActiveProposalRemoving a dWallet with a pending proposal on its chain.
6064DWalletLimitExceededReservation exceeds the per-dWallet per-tx or daily cap.
6065DWalletNotEmptyRemoving a dWallet that still holds a balance or reservation.
6066DefaultChainInUseRemoving the dWallet that is the treasury's default chain.
6067AssetNotTrackedSettling/feeding an asset not on the ledger.
6068InsufficientWalletBalanceReservation exceeds available (unreserved) balance.
6069BalanceStaleA dWallet asset balance is past its freshness window.
6070TooManyAssetsThe per-dWallet asset ledger is full (max 16).
6071ReservationUnderflowReleasing/settling more than is currently reserved.

On this page