NotNoted
Error v133 → current 14.3No preimage exists with this hash. The preimage was either never stored, already removed, or the hash is incorrect.
Encountered by: validatorsdevelopers
Why This Error Exists
Operations on preimages require the preimage to exist. If it was removed or never stored, you must note it first.
From Chain Metadata
The preimage cannot be removed since it has not yet been noted.
What This Means
No preimage exists with this hash. The preimage was either never stored, already removed, or the hash is incorrect.
Common Causes
- Wrong preimage hash
- Preimage was already removed (unnoted) by its depositor
- Preimage was never stored in the first place
How to Fix
- Query Preimage.StatusFor to check if the hash exists
- Verify the hash matches the expected call data
- Store the preimage first using note_preimage if it does not exist
Storage to Check
Runtime Info
- Pallet Index
- 14
- Error Index
- 3
- Error Code
- 14.3
- Runtime Version
- v393