You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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
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).
The text was updated successfully, but these errors were encountered: