When it comes to exceptions, we rarely explore anything beyond the “type” of exception that is thrown.
If you call the Data method in exceptions, it provides us with some interesting properties that are quite helpful like so:
While I understand what the other properties are, I’m not quite sure what the ActivityId refers to here.
Is this an ID that tells us which activity threw the error, or does it refer to something else?
If the ID is unique to a given activity, then how do we use it to search for that particular activity?
Help would be most appreciated, thanks in advance!
Your understanding about the activity id is correct… but as of now in studio we cannot use it any where to find the activities. As of now its more to use as logs to verify what activity it is separately…