Raises an error with the given message.
error( message )
message: (Text) The text of the error message.
Any Type
This function is used for invalidating execution. It never returns a value.
You can experiment with this function in the test box below.
Test Input
error("This is an error message.")
returns an error with the message This is an error message.
On This Page