Click or drag to resize
ErrorCode Enumeration

Namespace: FlexRule.Validation.Languages.Parser
Assembly: FlexRule.Validation (in FlexRule.Validation.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public enum ErrorCode
Members
  Member nameValueDescription
Generic0
CallWithNoName1
CompareOperatorExpected2
AliasFormatInvalid3
DuplicateName4
HeaderNoEnd5
WhenWithNoEnd6
AttributeWithNoValue7
TermExpected8
LeftHandSideExpected9
IdentifierExpected10
IsOpExpected11
ValueExpected12
SetWithNoTo13
LogicNameExpected14
LogicParamNameNotFound15
InvalidTermName16
InvalidOtherwiseOrder17
EmptyWhen18
InvalidExpression19
WhenExpected20
SetWithNoExpression21
SetWithNoValue22
InvalidSetFormat23
OpenParanExpected24
UnbalanceParan25
DuplicateLogicName26
NoAppendingCondition27
BooleanOperatorExpected28
PreviousAssignmentNotEnded29
EndStatementRequired30
AndRequired31
InvalidResolveAttribute32
InvalidForStatement33
InvalidLocalParameterName34
DuplicateParamName35
InvalidForLocation36
LogicNotFound37
See Also