Gets or sets the error ID of a job.
[DataMemberAttribute()] public int FailedErrorID { get; set; }
[DataMemberAttribute()]
public int FailedErrorID { get; set; }
Public Property FailedErrorID As Integer
public: property int FailedErrorID { int get(); void set ( int ); }
public:
property int FailedErrorID {
int get();
void set ( int );
}
A System.Int32 that represents the error ID of a job.
A job is considered to have failed when the worker assembly calls SetFailureStatus and the status is set to JobStatus.Failed.
For an example, refer to IJobService.GetJobInformation.
Target Platforms
FailureInformation Class
FailureInformation Members
SetFailureStatus Method
GetJobInformation Method
Understanding The LEADTOOLS Job Processor Database
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Multimedia .NET | C API
Medical Web Viewer .NET
.NET
Silverlight
WinRT
WinRT Phone
Java
Android
iOS/macOS
JavaScript HTML5
Multimedia
Medical Web Viewer
C API
C++ Class Library