IStructuredAnalyticsManager. GetDocumentErrorsAsync Method (Int32, Int32, Int32, Int32)

Structured Analytics API Documentation
Retrieves document level errors for an analysis of a structured analytics set.

Namespace:  Relativity.StructuredAnalytics.Services.Interfaces.StructuredAnalytics
Assembly:  Relativity.Threads.Services.Interfaces (in Relativity.Threads.Services.Interfaces.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

Task<List<DocumentError>> GetDocumentErrorsAsync(
	int workspaceId,
	int sasArtifactId,
	int start,
	int length
)

Parameters

workspaceId
Type: System.Int32
The ID of the workspace for the structured analytics set
sasArtifactId
Type: System.Int32
The ID of the structured analytics set
start
Type: System.Int32
The starting index for retrieval of errors
length
Type: System.Int32
The number of errors to return

Return Value

Type: Task< List< DocumentError> >
List of document level errors for the structured analytics set
See Also

Reference