19 Nov 2025
05:13 PM
- last edited on
20 Nov 2025
07:10 AM
by
MaciejNeumann
Hi all,
I'm doing some querying on the numbers of certain errors in an application using USQL to understand where users are having the most errors. Is there any way I can split my results based on the type of error classification (JavaScript, Request, or Custom?)? I see that there is the usererror.type property but any errors I pull by name are just classified as "error", which is not very helpful.
I'd like to get the name of errors based on the usererror object and the *type* of error - (whether the error is a request, JS error or a custom error) in USQL. Is this currently possible?
Thank you