Method GetSolverErrorsAsync
GetSolverErrorsAsync(IEnumerable<AnalysisType>?, CancellationToken)
Returns a collection of solver errors for given analysis types
Declaration
Task<IEnumerable<IErrorItem?>> GetSolverErrorsAsync(IEnumerable<AnalysisType>? analysis, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<AnalysisType> | analysis | The requested analysis types |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<IEnumerable<IErrorItem>> | A collection of root error items (one root item per analysis type, might be null if there are no errors) |