Click or drag to resize

MessageErrorContextFlatten Method

Flattens the error hierarchy. Iterates through all errors in all contexts and outputs an easy to read error message for each error or code found.

Namespace: EdiFabric.Core.Model.Edi.ErrorContexts
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public IEnumerable<string> Flatten()

Return Value

IEnumerableString
A collection of formatted error messages.
See Also