Kepler API that handles operations to Processing Document and Job Errors
Namespace: Relativity.Processing.Services
Assembly: Relativity.Processing.Services.Interfaces (in Relativity.Processing.Services.Interfaces.dll) Version: b44b4b567bbab080f9f68472e841682bf13da2db
Syntax
The IProcessingDocumentErrorManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | GetDownloadUrlAsync |
Gets the download url for the file that the document error is associated with
|
![]() | GetUploadUrlAsync |
Gets the simple file upload url for the file that the document error is associated with
|
![]() | IgnoreDocumentErrorAsync |
Updates the Status field of a Document Error to Ignored
|
![]() | RetryDocumentErrorAsync |
Retries all Ready To Retry Processing Errors for the given document error
|
![]() | UnignoreDocumentErrorAsync |
Updates the Status field of a Document Error to Ready To Retry
|
![]() | UpdateDocumentErrorNotesAsync |
Updates the Notes field of a Document Error
|
See Also