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
It seems custom sections aren't shown unless they are from the topmost level of error chaining. This makes them fairly useless for my use case, as it is often the lower layers that have useful suggestions for how to fix the issue.
How do I make this work properly?
The text was updated successfully, but these errors were encountered:
I thought I could perhaps iterate through the error chain and extract the sections myself (and move them to the top level), but that doesn't work either, since Handler has no public way of getting hold of the sections
It seems custom sections aren't shown unless they are from the topmost level of error chaining. This makes them fairly useless for my use case, as it is often the lower layers that have useful suggestions for how to fix the issue.
How do I make this work properly?
The text was updated successfully, but these errors were encountered: