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 | |
| PoundExpected | 8 | |
| EmptyCharacterLiteral | 9 | |
| StringNotEnd | 10 | |
| IdentfierConstUnaryOrLeftParenExpected | 11 | |
| BinaryCommaMemberParenIndexerExpected | 12 | |
| BinaryCommaRightParenRightIndexerExpected | 13 | |
| ParenNotMatch | 14 | |
| IndentiferExpected | 15 | |
| IndentiferOrConstantExpected | 16 | |
| NoParenBefore | 17 | |
| NotSupportGlobalFunction | 18 | |
| NotSupportMultipleAssignement | 19 | |
| NotAssignable | 20 | |
| NotAssignment | 21 | |
| VariableNotExist | 22 | |
| IllegalChar | 23 | |
| IllegalEscapeChar | 24 | |
| IllegalHexCharInString | 25 | |
| CharNotEnd | 26 | |
| IllegalHexCharInChar | 27 | |
| IllegalTockenSeq | 28 | |
| ParenthesisRightExpected | 29 | |
| IndexingEndExpected | 30 | |
| BinaryOpNotEnd | 31 | |
| MemberNameExpected | 32 | |
| GeneralError | 33 | |
See Also