This action causes the system to stop executing rules and issue the specified error message to the original requestor.
REPORT ERROR ArithmeticOperation()
where the Arithmetic Operation must be the operation producing a string (usually just a string literal).
REPORT ERROR 'Value of the attribute is not defined'
REPORT ERROR action could have changed a number of objects and attributes prior to the execution of the REPORT ERROR action. All changes to business objects and their attributes prior to the REPORT ERROR action within the context of the request are discarded when the REPORT ERROR action is triggered). See also the “Rules and Transactions” section.REPORT ERROR action was initially triggered by a process and this process had failure rules attached to it, the changes to the business objects and their attributes prior to the REPORT ERROR action are not discarded. Instead process failure rules are evaluated and the execution of the process continues – see also the “Process Failure Rules” section.