Skip to content

$onlyIf

Executes a error code if the condition is not met.

Parameters

NameDescriptionEnforcedDefault Value
ExpressionThe expression to be evaluated.YesNone
Error CodeThe code to be execute if the condition is not met.YesNone

Example

$onlyIf[expression;errorCode]