Enum ExpressionError
Represents the expression error enumeration constants.
Namespace: Syncfusion.Olap.Engine.CalculationColumn
Assembly: Syncfusion.Olap.Base.dll
Syntax
public enum ExpressionError
Fields
| Name | Description |
|---|---|
| ArgumentTypeMismatch | Represents the argument type mismatch. |
| CannotCompareDifferentTypes | Represents the different type as cannot compare. |
| ExceptionRaised | Represents whether any exception raised. |
| ImproperCharacterPrecedingLeftParentheses | Represents improper character preceding left parentheses. |
| InvalidLeftOperand | Represents the invalid left operand. |
| InvalidNumberOfFunctionArguments | Represents the invalid number of function arguments. |
| InvalidRightOperand | Represents the invalid right operand. |
| InvalidSummaryArgument | Represents the invalid summary argument. |
| MismatchedParentheses | Represents the mismatched parenthesis. |
| MissingRightQuote | Represents the missing right quote mark. |
| None | Represents none. |
| NotAValidFormula | Represents invalid formula. |
| UnknownExpressionName | Represents the unknown expression name. |
| UnknownFunction | Represents unknown function. |
| UnknownOperator | Represents unknown error. |