Exited

Error v154 → current 20.1

Safe-mode is not currently active. The operation requires safe-mode.

Encountered by: validatorsdevelopers

Why This Error Exists

Some operations only make sense during safe-mode (extend, force_exit). This error tells you safe-mode isn't active, so those operations can't proceed.

From Chain Metadata

The safe-mode is (already or still) exited.

What This Means

Safe-mode is not currently active. The operation requires safe-mode.

Common Causes

  • Trying to extend() when safe-mode isn't active
  • Trying to force_exit() when safe-mode already ended
  • Safe-mode auto-expired (passed EnteredUntil block)

How to Fix

  • Query EnteredUntil to confirm safe-mode status
  • If you need safe-mode, call enter() to activate it
  • Check if safe-mode auto-expired and needs re-entry

Storage to Check

Runtime Info

Pallet Index
20
Error Index
1
Error Code
20.1
Runtime Version
v393