Skip to main content

Enum ErrorConfigurationNullKeyConvertedToUnknown

Namespace: Varigence.Languages.Biml.Cube

Assembly: Biml.dll

C#


public enum ErrorConfigurationNullKeyConvertedToUnknown

Fields

FieldsDescription
IgnoreErrorSpecifies that when a null key is converted to the Unknown value, the error should be ignored entirely.
ReportAndContinueSpecifies that when a null key is converted to the Unknown value, a message should be generated, but processing should continue.
ReportAndStopSpecifies that when a null key is converted to the Unknown value, a message should be generated, and processing should terminate.