Skip to main content
Version: 10.1

ShowMiddlewareErrors

note

This article is about the ShowMiddlewareErrorsRules Engine property.

ShowMiddlewareErrors

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.