Skip to main content

Enum ErrorConfigurationKeyDuplicate

Namespace: Varigence.Languages.Biml.Cube

Assembly: Biml.dll

C#


public enum ErrorConfigurationKeyDuplicate

Fields

FieldsDescription
IgnoreErrorSpecifies that when a duplicate key is discovered, the error should be ignored entirely.
ReportAndContinueSpecifies that when a duplicate key is discovered, a message should be generated, but processing should continue.
ReportAndStopSpecifies that when a duplicate key is discovered, a message should be generated, and processing should terminate.