Click or drag to resize

ExportErrorManager Methods

The ExportErrorManager type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAll
Retrieves the list of errors that occurred when exporting documents for this export.
Public methodCode exampleById
Retrieves a specific error for an export.
Public methodChecksum
Gets a checksum for the current set of export errors
Public methodCount
Gets the number of exceptions filtered by the supplied filter
Public methodFilterValues
Gets the possible values for an exception filter
Public methodNextPage
Gets the next page of exceptions filtered by supplied filter
Public methodReTry
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.
Public methodReTryAll
Reprocess all export errors met by the filter criteria
Public methodSaveAllToCsv
Saves all exceptions (filtered) to csv file, skipping specified exceptions
Public methodSaveSelectedToCsv
Saves exceptions with supplied ids to csv file
Top
See Also