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

Parse out exception name + message, expose as grid cols in Hoist Admin client error reporting #3917

Open
amcclain opened this issue Feb 4, 2025 · 1 comment

Comments

@amcclain
Copy link
Member

amcclain commented Feb 4, 2025

Client errors that are reported back and available for review in the Admin Console very consistently (although maybe not always) have a name and message property on the serialized exception itself.

It would be helpful if we (safely) parsed the JSON error payload and extracted those two fields to promote to top-level fields on the grid records. You can add the JSON error to the grid and get some approximation of this, but it would be simpler/cleaner if I could just view/sort/filter the error name itself.

For any client errors that lack either property, we can just leave the field null.

@amcclain
Copy link
Member Author

@Ryanseanlee this would be a nice little Hoist ticket to get done, especially while waiting on next-up client projects.

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

No branches or pull requests

2 participants