Alertra Script Language 1.9
error
Causes the script execution to terminate with an error state and the given message to be sent to all eligible contacts.
usage: error [message]
parameters:
req | name | type | description |
---|---|---|---|
Y | The message to be sent to the eligible contacts. | expression message |
examples
error "Database query failed"
Ends the script and sends the message "Database query failed" to all eligible contacts.
Alertra Script Language: Language Reference