Skip to content

Commit

Permalink
Merge pull request #387 from bcgov/fix/V75Language
Browse files Browse the repository at this point in the history
V75: Updated Error Message
  • Loading branch information
arcshiftsolutions authored Jan 8, 2024
2 parents c966416 + f6cf640 commit 151ba13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public enum StudentValidationIssueTypeCode {
INVALID_POSTAL_CODE("INVALIDPOSTALCODE", "Missing postal code."),
OTHER_COURSE_INVALID("OTHERCOURSEINVALID", "Number of Other Courses must be blank or a number from 0 to 9."),
ENROLLED_CODE_PARSE_ERR("ENROLLEDCODEPARSEERR", "List of enrolled program codes could not be parsed. Select the correct program codes for the student."),
ENROLLED_CODE_DUP_ERR("ENROLLEDCODEDUPERR", "List of enrolled codes contains duplicate codes. Verify that the codes below are the correct codes for the student."),
ENROLLED_CODE_DUP_ERR("ENROLLEDCODEDUPERR", "List of enrolled codes contained duplicate codes. Duplicate codes have been removed. Verify that the codes below are the correct codes for the student."),
INVALID_GRADE_CODE("INVALIDGRADECODE", "Invalid grade code."),
SPOKEN_LANG_ERR("SPOKENLANGERR", "Primary language spoken in home is invalid."),
HS_NOT_SCHOOL_AGE("HSNOTSCHOOLAGE", "Students registered in home school must be school-aged. Student must be removed from the submission or have their birthdate adjusted."),
Expand Down

0 comments on commit 151ba13

Please sign in to comment.