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

Reverse InnerException display order [Zsolt] #1358

Open
tznind opened this issue Aug 12, 2022 · 0 comments
Open

Reverse InnerException display order [Zsolt] #1358

tznind opened this issue Aug 12, 2022 · 0 comments

Comments

@tznind
Copy link
Contributor

tznind commented Aug 12, 2022

Is your feature request related to a problem? Please describe.
Often an Exception has 'inner exceptions'. Typically when doing an extraction or release the main error is "Pipeline failed" (or similar). A nested lower level Exception is more meaningful to the user.

Add UserSetting for reversing the display order so that the deepest Exception appears at the top (and maybe even the title of the error box).

Complication

Sometimes the lowest level error is not from RDMP e.g. from a db so you could have

  • Pipeline crashed (RDMP)
  • Bad data was (RDMP)
  • Incorrect syntax nere 'blah' (Sql Server)

Detecting the lowest level from RDMP might be possible or some other workaround might be possible

Describe the solution you'd like
Most relevant (whatever that means) showing up at the top (could be difficult to know what is relevant to user for arbitrary exceptions).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant