new feature: Return detailed error message in python binding #5511
Labels
bindings/python
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
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?
The text was updated successfully, but these errors were encountered: