Scope of $latestError...

0
Hi all, I’m working on logging right now. what is the scope of $latestError and the other $lateststuff? Latest in the certain microflow? or the literally the latest among whole module/app?    Thank you in advance..  
asked
1 answers
1

There is an excellent online learning path on this topic: https://academy.mendix.com/link/path/81/Error-Handling 

I can recommend doing it.

On topic: latestError is available inside the error handling branch inside a microflow.

answered