Skip to main content

ErrorConfigurationKeyNotFound Enumeration

ErrorConfigurationKeyNotFound Enumeration​

The ErrorConfigurationKeyNotFound enumeration provides options for how missing keys should be handled as part of cube processing error configuration.

Enumeration Values​

NameSummary
IgnoreError
Specifies that when a key is not found, the error should be ignored entirely.
ReportAndContinue
Specifies that when a key is not found, a message should be generated, but processing should continue.
ReportAndStop
Specifies that when a key is not found, a message should be generated, and processing should terminate.