Enum JobError.Reason
public enum JobError.Reason
Fields
JobDoesNotContainAllRequiredFieldsForSectionDefinition = 3The given Job had a Section which did not contain a FieldValue.
JobRequiresOneDefaultJobSection = 2The given Job did not contain exactly one Section for the DefaultJobSectionDefinition.
JobRequiresValidJobDomain = 5The Job has no valid and/or existing JobDomainID configured.
JobSectionInvalidFieldValueTypes = 1Attempted to create or updated a Job with a FieldValue that does not match the type of its FieldDescriptor.
NotAllowed = 4You are not allowed to do the create, update or delete operation because of the SecurityViewIDs configured on the job.
SectionUsedInJobLinksToNonExistingSectionDefinition = 7The Job contains a Section that does not refer to an existing SectionDefinition.
SectionsUsedInJobDoesNotMatchRequirementsOfJobDomain = 6The Job does not contain at least one Section for each SectionDefinition defined on the JobDomain or contains Sections for SectionDefinitions that are not defined on that domain.