This error was removed in v385

This error is no longer present in the current runtime. Existed from v361 to v385. Shown here for historical reference.

MissingSubmission

Error Removed v361 → v385 (removed) 30.1

The referenced submission ID doesn't exist in the pending queue.

Encountered by: validators

Why This Error Exists

This error typically occurs when validators try to mark a submission as failed but it's already been processed. Submissions are ephemeral - they exist only from submit to process.

From Chain Metadata

The referenced submission id does not exist in `Submissions`.

What This Means

The referenced submission ID doesn't exist in the pending queue.

Common Causes

  • Submission was already processed (executed or failed)
  • Typo in submission ID
  • Referencing a submission from the wrong block window

How to Fix

  • Check if submission was already processed via events
  • Verify the correct submission ID is being used

Storage to Check

Thrown By

Runtime Info

Pallet Index
30
Error Index
1
Error Code
30.1
Removed In
v385