This will `Run Keyword` and expect an error

Example:
| EL Add Variable              | var1            | some text here |
| EL Run Keyword Expect Error  | Check For Match |
|                              |
| *** Keywords ***             |
| Check For Match              |
|     EL Should Be True        | $[contains(var1, 'hello') |

This will fail if the conditions passed.
