Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All child actions within a folder can potentially trigger a catch action if the HTTP response code is matching.


Mustache Variables

The action that triggered the catch action can be access by using {{parent}}

So to print the name of the action could look like this: Request {{parent.name}} has failed due to {{error}}


Examples

Example 1

Group 1

  • Catch Action 1 - Http Condition = 400,500
  • Action 1
    • Action 2
  • Action 3
    • Iteration 1
      • Action 5

...