Different errors type of Parser
Namespace: FlexRule.DynamicEvaluation.CoreAssembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
Members|
| Member name | Value | Description |
|---|
| NoError | 0 | |
| InternalError | 1 | |
| UnrecogniseChar | 2 | |
| NotHexChar | 3 | |
| ErrorFloatFormat | 4 | |
| ErrorIntFormat | 5 | |
| ErrorDoubleFormat | 6 | |
| ErrorDateTimeFormat | 7 | |
| ErrorDicFormat | 8 | |
| PoundExpected | 9 | |
| EmptyCharacterLiteral | 10 | |
| StringNotEnd | 11 | |
| IdentfierConstUnaryOrLeftParenExpected | 12 | |
| BinaryCommaMemberParenIndexerExpected | 13 | |
| BinaryCommaRightParenRightIndexerExpected | 14 | |
| ParenNotMatch | 15 | |
| IndentiferExpected | 16 | |
| IndentiferOrConstantExpected | 17 | |
| NoParenBefore | 18 | |
| NotSupportGlobalFunction | 19 | |
| NotSupportMultipleAssignement | 20 | |
| NotAssignable | 21 | |
| NotAssignment | 22 | |
| VariableNotExist | 23 | |
| IllegalChar | 24 | |
| IllegalEscapeChar | 25 | |
| IllegalHexCharInString | 26 | |
| CharNotEnd | 27 | |
| IllegalHexCharInChar | 28 | |
| IllegalTokenSeq | 29 | |
| ParenthesisRightExpected | 30 | |
| IndexingEndExpected | 31 | |
| BinaryOpNotEnd | 32 | |
| MemberNameExpected | 33 | |
| GeneralError | 34 | |
See Also