ErrorConfigurationKeyNotFound Enumeration
The ErrorConfigurationKeyNotFound enumeration provides options for how missing keys should be handled as part of cube processing error configuration.
Enumeration Values
Name | Summary |
---|---|
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. |