Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Detail field of the Log Message will contain a list of the current values of any Attributes, Pipes and $-Variables which are relevant in the context of the Expression.


Syntax

errorsystemError(message)

ArgumentTypeDescription
messageStringA message to appear in the Log. Note that this could be an Expression.

Examples

ifNull (in.rate, errorsystemError("Missing rate") )

This example adds a message to the Log if no rate is found.

See Also