ParserErrorCode Enum
Namespace: Stimulsoft.Report.Engine.StiParser
Members
| Member | Value | Description |
|---|---|---|
| SyntaxError | 0 | |
| IntegralConstantIsTooLarge | 1 | |
| ExpressionIsEmpty | 2 | |
| DivisionByZero | 3 | |
| UnexpectedEndOfExpression | 4 | |
| NameDoesNotExistInCurrentContext | 5 | |
| UnprocessedLexemesRemain | 6 | |
| LeftParenthesisExpected | 7 | |
| RightParenthesisExpected | 8 | |
| FieldMethodOrPropertyNotFound | 9 | |
| OperatorCannotBeAppliedToOperands | 10 | |
| FunctionNotFound | 11 | |
| NoOverloadForMethodTakesNArguments | 12 | |
| FunctionHasInvalidArgument | 13 | |
| FunctionNotYetImplemented | 14 | |
| MethodHasInvalidArgument | 15 | |
| ItemDoesNotContainDefinition | 16 | |
| NoMatchingOverloadedMethod | 17 | |
| TheTypeOrNamespaceNotExistInTheNamespace | 18 |