Re-use errors

Hello,

I’m looking for a way to re-use errors. For example, a check is crashing with jsonPath($.data).find.exists preparation crashed: Jackson failed

  • Is this error stored in the session? Can I access it? exitHereIfFailed seems to use only a flag OK / KO, not the exception. But I’m not really fluent in Scala.
  • Is there a hook which allows to execute some code after an error?

I would like to plug an external tracking virtual user / error.

Thx for any hint.

Bertrand

No, that’s not possible.