$dynamic-profile-error

$dynamic-profile-error — How are errors in dynamic profiling handled?

Parameter:
{}dynamic-profile-error
Defined in:
param.xsl
Used in:
param.xsl

Synopsis

  |$dynamic-profile-error := 'ignore'

Description

If an error occurs evaluating a dynamic profiling expression, what should happen? That depends on the setting of $dynamic-profile-error:

ignore

The error is ignored. This has no effect on whether or not the element is included.

include

The error is ignored and the expression is considered to have returned a value of “true”.

exclude

The error is ignored and the expression is considered to have returned a value of “false”.

error

Raises the dbe:DYNAMIC-PROFILE-EVAL-ERROR exception.

any other value

Raises the dbe:INVALID-DYNAMIC-PROFILE-ERROR exception.