@DavidEGrayson have you seen error-chain work? It should definitely help with, well, chaining errors on different layers. Not sure about message formatting though.
Related Topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
What does a good Error look like?
|
5 | 2862 | January 12, 2023 | |
Simple and idiomatic error structure | 2 | 603 | January 12, 2023 | |
How Rust compiler generates error messages? | 5 | 1084 | October 6, 2021 | |
Request for help reviewing my understanding of error handling in Rust using Result, ?, Box<dyn Error>, and .map_err() | 6 | 626 | February 15, 2022 | |
Implementing std::error::Error for a custom Struct | 6 | 2608 | March 18, 2021 |