AURA

Execution Errors

Proposal and execution lifecycle failures

Proposals & Execution

CodeNameTrigger
6004PendingTransactionExistsThe pending queue is full.
6005NoPendingTransactionNo active pending proposal.
6019PendingTransactionExpiredTTL elapsed before execution.
6042PendingExecutionTimelockActiveEarliest-execution time not reached.
6041ApprovalLevelNotSatisfiedRequired approval-ladder level unmet.
6018ExecutionPausedExecution is paused.
6043ExecutionScopePausedA specific execution scope is paused.
6032CooldownNotElapsedLarge-tx cooldown still active.
6033HighRiskTransactionRequiresGuardianHigh-risk proposal needs guardian co-sign.
6036AnomalyDetectedAnomaly rule denied the proposal.
6039AccountStillActiveClosing an account that is still in use.
6049EmptyBatchBatch proposal cannot be empty.
6050BatchTooLargeBatch exceeds the maximum item count.
6034InvalidStateTransitionIllegal lifecycle transition.
6076IntentDisabledExecuting a paused scheduled intent.
6077IntentNotDueExecuting a scheduled intent before its next slot.
6078IntentBudgetExhaustedPer-run or lifetime budget exhausted.
6079IntentRunsExhaustedThe intent's run count cap is reached.
6080IntentExpiredThe intent passed its end_at.
6081UnauthorizedKeeperCaller is not the intent's authorized keeper.
6082InvalidIntentConfigInvalid recurrence / budget / condition config.
6083ConditionUnmetTrigger conditions are not satisfied.
6084ConditionExpiredA conditional proposal expired unmet.
6085TooManyConditionsMore than the per-item condition cap.

On this page