OutOfTransientStorage
Error v334 → current 29.36Cannot add more data to transient storage .
Encountered by: developers
Why This Error Exists
Transient storage is limited. It persists only within a transaction and is cleared after.
From Chain Metadata
Can not add more data to transient storage.
What This Means
Cannot add more data to transient storage.
Common Causes
- Transient storage limit exceeded
- Too much data stored in transient storage during execution
How to Fix
- Reduce transient storage usage
- Check MaxTransientStorageSize constant for the limit
- Clear transient storage entries when no longer needed
Runtime Info
- Pallet Index
- 29
- Error Index
- 36
- Error Code
- 29.36
- Runtime Version
- v393