The Rust-error-to-Exception conversion should include the Error::source
chain
#62
Labels
enhancement
New feature or request
Error::source
chain
#62
For example, see the original error in #61.
Instead of just stringifying the top-level error, we should also walk the chain of
Error::source
s and append them to the message.For example:
The text was updated successfully, but these errors were encountered: