Retrieves the current errors for the specified 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<StructuredAnalyticsSetError>> GetErrorsAsync( 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
Starting position of error set - length
- Type: System.Int32
Number of results to return from starting position
Return Value
Type: Task< List< StructuredAnalyticsSetError> >Error Message String, if any. This needs to change as the contracts change
See Also