-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
priority: p4/minorThere is a reasonable workaround, or there is a nice to have with limited impactThere is a reasonable workaround, or there is a nice to have with limited impactsize: mdtype: enhancementNew feature or requestNew feature or request
Description
Describe your idea
Currently, if an error is caught and a new error (eg, with a better description) is rethrown, it will include the traceback at the point the new error is thrown. We may want to have information about the original error, namely its stack trace.
Motivation
Easier debugging
Proposed Solution
We should probably make use of Error.cause, setting it when "rethrowing" errors and using it when logging/showing error details eg in the error dialog
Other Information
Metadata
Metadata
Assignees
Labels
priority: p4/minorThere is a reasonable workaround, or there is a nice to have with limited impactThere is a reasonable workaround, or there is a nice to have with limited impactsize: mdtype: enhancementNew feature or requestNew feature or request
Type
Projects
Status
Todo