Skip to main content

Enum ScriptErrorHandlingMode

Namespace: Varigence.Languages.Biml.Cube

Assembly: Biml.dll

C#


public enum ScriptErrorHandlingMode

Fields

FieldsDescription
IgnoreAllSpecifies that errors encountered during script processing will be ignored and further calculation steps will be allowed to execute.
IgnoreNoneSpecifies that any error encountered during script processing will cause the calculation to fail and an error message to be displayed.