pub fn fail(message: String) -> Result<Value, Error>
Fail with a custom error message
Usage: {{ fail(“Something went wrong”) }}