Enum ErrorConfigurationKeyErrorAction
Namespace: Varigence.Languages.Biml.Cube
Assembly: Biml.dll
C#
public enum ErrorConfigurationKeyErrorAction
Fields
Fields | Description |
---|---|
ConvertToUnknown | Specifies that the value for a key that experienced a non-fatal key error should be replaced with Unknown. |
DiscardRecord | Specifies that the entire record should be discarded for a key that experienced a non-fatal key error. |