Close
dtSearch Engine API for .NET Framework 2.x-4.x 2023.02
JobErrorInfo Class

Records error messages after an IndexJob, SearchJob, FileConverter, etc.

dtSearch::Engine::DisposableObject | dtSearch::Engine::JobErrorInfo
public class JobErrorInfo : DisposableObject;

For each error, a code and a string message are returned. A single job may return more than one error. Use the ErrorCodes enumeration to interpret the value of ErrorCode.  

Previous versions implemented the IDisposable interface because of the need to release unmanaged resources. JobErrorInfo no longer uses any unmanaged resources, but the IDisposable interface was retained for backward compatibility.