ERROR
Syntax
<error-expression> := 'ERROR( <String > )'
Since
2.2.0
Return-type
All
Description
This function will stop the current query-execution and raises an error with the error-message passed as the argument.
If the argument is NULL and no error-message is defined, no error will be raised.
Examples
IIF( LEVELOF( Time ) = 0, ERROR( 'Invalid time-selection' ), Time
