Fail simulation if check failed

Is there is a way to get simulation failed when some check is failed?
For now we are trying to combine Gatling functionality in order perform not only Performance tests but also a functional test to check some data from REST API
In order to this case should be useful to have one simulation for scenario and fail it when some check is failed (to have an ability see this in Jenkins report.

Have you tried exitHereIfFailed(“If there were an error during execution, the scenario should stop at this point.” - from Gatling cheatsheet)?

Yes, but build is still success