ERROR [function]
ERROR( string message )
passes a message to the internal messaging system
By default, SGS_ERROR code (the one this function uses internally) will stop execution and return to C code as soon as possible.
- the name of this function is written in all caps to avoid shadowing by a common variable name
- works exactly like
sys_msg( SGS_INFO, message )