Table of Contents

Class ParsedExpressionBuilderAggregateError

Namespace
LfrlAnvil.Computable.Expressions.Errors
Assembly
LfrlAnvil.Computable.Expressions.dll

Represents a collection of errors that occurred during IParsedExpression<TArg, TResult> creation.

public sealed class ParsedExpressionBuilderAggregateError : ParsedExpressionBuilderError
Inheritance
ParsedExpressionBuilderAggregateError
Inherited Members

Properties

Inner

Collection of inner errors.

public Chain<ParsedExpressionBuilderError> Inner { get; }

Property Value

Chain<ParsedExpressionBuilderError>

Methods

ToString()

Returns a string representation of this ParsedExpressionBuilderAggregateError instance.

[Pure]
public override string ToString()

Returns

string

String representation.