Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TaskRuntimeError should include the inner exception into its message #349

Closed
tkilias opened this issue Jun 12, 2023 · 0 comments · Fixed by #350
Closed

TaskRuntimeError should include the inner exception into its message #349

tkilias opened this issue Jun 12, 2023 · 0 comments · Fixed by #350
Assignees
Labels
bug Unwanted / harmful behavior

Comments

@tkilias
Copy link
Contributor

tkilias commented Jun 12, 2023

Background

  • Debugging failure of the API is really difficult, if you don't catch TaskRuntimeError specifically and print the inner exceptions
  • For that reason, TaskRuntimeError should include the inner exception into its message, such that you see the inner exceptions as well if the exceptions are not directly caught by your code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unwanted / harmful behavior
Projects
None yet
2 participants