Gets or sets the error ID of a job.
[DataMemberAttribute()]
public int FailedErrorID { get; set; }
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.