Introduce a custom enum for ExEx WAL errors #11423
Labels
A-exex
Execution Extensions
C-debt
Refactor of code section that is hard to understand or maintain
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
Currently, we use
eyre::Result
for errors in ExEx WAL, but we can do better with a customthiserror
-powered enum that has rich variants (with tuples/structs) to pass additional fields such asfile_id
.https://github.com/search?q=repo:paradigmxyz/reth+path:crates/exex/exex/src/wal+eyre&type=code
Additional context
No response
The text was updated successfully, but these errors were encountered: