| Resource/Entity | Error Message | Issue |
|---|---|---|
| EDFI_CRS_OFFRNG_STG | 409 CONFLICT {message: “The value supplied for the related 'course' resource does not exist.”} | Course does not exist in ODS. |
| EDFI_CRS_OFFRNG_STG | 400 BAD_REQUEST {message: “Unable to resolve value 'uri:/tea.texas.gov/GradeLevelDescriptor#5' to an existing 'GradeLevelDescriptor' resource.”} | Grade level is missing leading 0. |
| EDFI_CRS_OFFRNG_STG | 409 CONFLICT {message: “The value supplied for the related 'session' resource does not exist.”} | Session does not exist in ODS. |
| Section | 400 BAD_REQUEST {message: “Validation of 'Section' failed. Validation of 'AggregateExtensions' failed. Validation of 'SectionSets (TX)' failed. SectionSet[0]: The field CTEHours must be between 1 and 3.”} | CTE Hours must be between '1' and '3'. |
| Section | 409 CONFLICT {message: “The value supplied for the related 'courseOffering' resource does not exist.”} | Course for section does not exist in course offering. |
| StaffSectionAssociation | 403 FORBIDDEN {message: “Authorization denied. No relationships have been established between the caller's education organization id claim (194902) and one or more of the following properties of the resource item: 'SchoolId', 'StaffUniqueId'.} | Verify if Staff member is loaded to the ODS. |
| StaffSectionAssociation | 409 CONFLICT {message: “The value supplied for the related 'section' resource does not exist.”} | Section does not exist in ODS. |
| StudentSectionAssociation | 409 CONFLICT {message: “Access to the resource item could not be authorized because the 'Staff' was not found.”} | Student does not exist in ODS. |
| StudentSectionAssociation | 409 CONFLICT {message: “The value supplied for the related 'section' resource does not exist.”} | Section does not exist in ODS. |
| StudentSectionAssociation | 403 FORBIDDEN {message: “Authorization denied. No relationships have been established between the caller's education organization id claim (194902) and one or more of the following properties of the resource item: 'SchoolId', 'StudentUniqueId'.”} | Student is not associated with School. |