from the docs: Apex Designer Docs
To test this, I created a test page with an initialize method that just throws an error.
But I don’t get any pop up…is there something I missed in the docs? Or is this only for errors happening outside the app somehow?
for Angular v18, there’s a new global error handler defined, and I see it popping up in my Apex app when it catches something.
Is there an example of how we could grab those errors ourselves and make a decision as to what to do (message the user, retry, report error through back end, etc.?)