Class JobError
Represents a job error.
[Serializable]
public class JobError : ErrorData
- Inheritance
-
JobError
- Extension Methods
Constructors
- JobError()
Initializes a new instance of the JobError class.
- JobError(Reason)
Initializes a new instance of the JobError class using the specified error reason.
- JobError(Reason, Job)
Initializes a new instance of the JobError class using the specified error reason and Job.
- JobError(Reason, Job, JobDomain, List<SectionDefinitionID>, List<SectionDefinitionID>)
Initializes a new instance of the JobError class using the specified error reason, job, job domain, missing sections and invalid sections.
- JobError(Reason, Job, Section, FieldDescriptor)
Initializes a new instance of the JobError class using the specified error reason and Job, Job section and field descriptor.
- JobError(Reason, Job, Section, FieldDescriptor, FieldValue)
Initializes a new instance of the JobError class using the specified error reason, Job section, field descriptor and field value.
Properties
- ErrorReason
Gets or sets the error reason.
- FieldDescriptor
Gets or sets the field descriptor this error relates to.
- FieldValue
Gets or sets the field value this error relates to.
- InvalidSections
Gets or sets the invalid sections.
- Job
Gets or sets the job this error relates to.
- JobDomain
Gets or sets the job domain.
- MissingSections
Gets or sets the missing sections.
- Section
Gets or sets the section this error relates to.