ExportErrorManager Class |
Namespace: Law.EdaIntegration.Exports
public class ExportErrorManager
The ExportErrorManager type exposes the following members.
Name | Description | |
---|---|---|
All |
Retrieves the list of errors that occurred when exporting documents for this export.
| |
ById |
Retrieves a specific error for an export.
| |
Checksum |
Gets a checksum for the current set of export errors
| |
Count |
Gets the number of exceptions filtered by the supplied filter
| |
FilterValues |
Gets the possible values for an exception filter
| |
NextPage |
Gets the next page of exceptions filtered by supplied filter
| |
ReTry |
Clears the error for the provided documents and then queues up the Export process.
NOTE: There is an implicit assumption that all export errors to retry come from
the same export.
| |
ReTryAll |
Reprocess all export errors met by the filter criteria
| |
SaveAllToCsv |
Saves all exceptions (filtered) to csv file, skipping specified exceptions
| |
SaveSelectedToCsv |
Saves exceptions with supplied ids to csv file
|