ShowMiddlewareErrors

Previous Next

The ShowMiddlewareErrors Rules Engine property determines whether or not middleware error messages are displayed.

Setting this property

You can reset this property by executing:

SELECT RulesEngine.SetProperty( 'ShowMiddlewareErrors', 'value' )

 

value  ::=  { Yes | No }

This entire statement is case-insensitive, including the property name and the values of value.

Getting this property

You can get the current value of this property by executing:

SELECT RulesEngine.GetProperty( 'ShowMiddlewareErrors' )

This entire statement is case-insensitive, including the property name.

 

See also

Rules Engine properties

RulesEngine.GetProperty

RulesEngine.SetProperty