Skip to main content

Enum ErrorConfigurationKeyNotFound

Namespace: Varigence.Languages.Biml.Cube

Assembly: Biml.dll

C#


public enum ErrorConfigurationKeyNotFound

Fields

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