Enum ErrorConfigurationKeyErrorLimitAction
Namespace: Varigence.Languages.Biml.Cube
Assembly: Biml.dll
C#
public enum ErrorConfigurationKeyErrorLimitAction
Fields
| Fields | Description |
|---|---|
| StopLogging | Specifies that when the key error limit is hit, the process logging should be terminated. |
| StopProcessing | Specifies that when the key error limit is hit, the processing should be terminated. |