Method GetAnalysisValidationErrorsAsync
GetAnalysisValidationErrorsAsync(AnalysisType, CancellationToken)
Gets validation errors related to specific AnalysisType
Declaration
Task<IErrorItem?> GetAnalysisValidationErrorsAsync(AnalysisType analysisType, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| AnalysisType | analysisType | Analysis type to get the errors for |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<IErrorItem> | Errors related to the specified analysis type |