Data Configuration Problems

For converters and propagators which are configurable, there may be problems detected in the data configurations.

The behavior of converters and propagators which encounter configuration problems is governed by the value of the curam.ruleobjectpropagation.configuration.errorlevel environment variable:

Table 1. Behavior when configuration problems are found
Value of curam.ruleobjectpropagation.configuration.errorlevel Behavior of configurable converters and propagators
warn (default value) The converter or propagator writes a warning to the application logs, and ignores the problematic configuration.
ignore The converter or propagator ignores the problematic configuration.
error The converter or propagator raises an exception with the details of the configuration problem, and does not allow processing (typically, application startup) to continue.

Configuration problems may be detected: