Class ParsedExpressionBuilderError
- Namespace
- LfrlAnvil.Computable.Expressions.Errors
- Assembly
- LfrlAnvil.Computable.Expressions.dll
Represents an error that occurred during IParsedExpression<TArg, TResult> creation.
public class ParsedExpressionBuilderError
- Inheritance
-
ParsedExpressionBuilderError
- Derived
- Inherited Members
Constructors
ParsedExpressionBuilderError()
Creates a new ParsedExpressionBuilderError instance with Error type.
public ParsedExpressionBuilderError()
Properties
Token
Input's token associated with this error.
public StringSegment? Token { get; }
Property Value
Type
Error's type.
public ParsedExpressionBuilderErrorType Type { get; }
Property Value
Methods
ToString()
Returns a string representation of this ParsedExpressionBuilderError instance.
[Pure]
public override string ToString()
Returns
- string
String representation.