Package sb_athletic_admissions_strings
This package contains the error messages and error message functions for the Athletic Admissions API (sb_athletic_admissions).
Message Key | Error Message |
MISSING_PIDM | Unique identifier (PIDM) is missing |
Unique identifier (PIDM) is required for the athletic admissions record and cannot be null. |
MISSING_USER_ID | User ID is missing |
User ID is required for the athletic admissions record and cannot be null. |
INVALID_PIDM | Invalid unique identifier (PIDM) |
Unique identifier (PIDM) for the athletic admissions record must be valid. |
INVALID_USER_ID | Invalid User ID |
User ID for the athletic admissions record must be valid. |
INVALID_COMBINED_SAT | Invalid combined SAT score |
Combined SAT score for the athletic admissions record is not a valid value. |
INVALID_COMPOSITE_ACT | Invalid composite ACT |
Composite ACT score for the athletic admissions record is not valid. |
INVALID_ATHLETE_GPA | Invalid athlete GPA |
Athlete's GPA score for the athletic admissions record is not a valid value. |
INVALID_SAQS_CODE | Invalid qualifier status code |
Qualifier status code for the athletic admissions record must exist in the athletic qualifier status validation table (STVSAQS). |
INVALID_HS_CORE_COURSES | Invalid high school core courses |
High school core courses for the athletic admissions record is not a valid value. |
INVALID_DATA_ORIGIN | Invalid data origin |
Data origin for the athletic admissions record is not valid. |
P_DELETE_FAILED | Cannot delete the record because it does not exist |
Cannot delete the athletic admissions record because it does not exist. |
PK_NOT_FOUND | Cannot find the record using primary or unique key |
Cannot find the athletic admissions record using the primary or unique key. |
RECORD_EXISTS | Cannot create a new record because the record already exists |
The new athletic admissions record cannot be created because the record already exists. |
|