Arguments:
1) string: str
Outputs the given string to the log window.
Arguments:
1) string: str
Creates an error box with the specified string.
Execution of the script is stopped, closing the script.
Arguments:
1) bool: condition
2) any: value
If the condition is false, raise an error with the specified value and terminate the script.