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. New
6077IntentNotDueExecuting a scheduled intent before its next slot. New
6078IntentBudgetExhaustedPer-run or lifetime budget exhausted. New
6079IntentRunsExhaustedThe intent's run count cap is reached. New
6080IntentExpiredThe intent passed its end_at. New
6081UnauthorizedKeeperCaller is not the intent's authorized keeper. New
6082InvalidIntentConfigInvalid recurrence / budget / condition config. New
6083ConditionUnmetTrigger conditions are not satisfied. New
6084ConditionExpiredA conditional proposal expired unmet. New
6085TooManyConditionsMore than the per-item condition cap. New

On this page