Functions Documentation
View Function Edit Function
Name error
Syntax (error mesage) -> error
Argument List message: The message you want to display as your error
Returns error: the raised error
Category error
Description Raise an error. For use with isError and errBlock
Example (error "Something went wrong") Raises an error (presumably because something went wrong... you should probably be more specific)
Comment Discussed in ticket #326