Feature Description
Return a detailed error message in the Python binding. For instance, use format!({err:?}) instead of simply err.to_string().
Problem and Solution
Our Python errors are overly simplistic and lack detailed underlying reasons, making it difficult to debug issues such as #5483.
Additional Context
No response
Are you willing to contribute to the development of this feature?
Feature Description
Return a detailed error message in the Python binding. For instance, use
format!({err:?})instead of simplyerr.to_string().Problem and Solution
Our Python errors are overly simplistic and lack detailed underlying reasons, making it difficult to debug issues such as #5483.
Additional Context
No response
Are you willing to contribute to the development of this feature?