MessageFormatter.FormatErrors Method
Definition
Lazily enumerates over all Errors in the specified node.
public static IEnumerable<string> FormatErrors<TNode>(Node<TNode> node, bool includeSource = true)
where TNode : Node<TNode>;
Type Parameters
Name | Description |
---|---|
TNode | The type of the node. |
Parameters
Name | Type | Description |
---|---|---|
node | The node. | |
includeSource | Whether to include the source code in the output or not. Defaults to |
Returns
A lazy enumeration of formatted errors.
Last modified: 22 November 2024