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

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next