Package sb_athletic_attributes_strings
This package contains the error messages and error message functions for the Athletic Attributes API (sb_athletic_attributes).
Message Key | Error Message |
MISSING_PIDM | Unique identifier (PIDM) is missing |
Unique identifier (PIDM) is required for the athletic attributes record and cannot be null. |
MISSING_TERM_CODE | Term code is missing |
Term code is required for the athletic attributes record and cannot be null. |
MISSING_ACTC_CODE | Sport code is missing |
Sport code is required for the athletic attributes record and cannot be null. |
MISSING_SAAT_CODE | Athletic attribute code is missing |
Athletic attribute code is required for the athletic attributes record and cannot be null. |
MISSING_USER_ID | User ID is missing |
User ID is required for the athletic attributes record and cannot be null. |
INVALID_PIDM | Invalid unique identifier (PIDM) |
Unique identifier (PIDM) for the athletic attributes record must be valid. |
INVALID_TERM_CODE | Invalid term code |
Term code for the athletic attributes record must exist in the STVTERM table. |
INVALID_ACTC_CODE | Invalid sport code |
Sport code for the athletic attributes record must exist in the STVACTC table. |
INVALID_SAAT_CODE | Invalid athletic attribute code |
Athletic attribute code for the athletic attributes record must exist in the STVSAAT table. |
INVALID_USER_ID | Invalid user ID |
User ID for the athletic attributes record must be valid. |
INVALID_DATA_ORIGIN | Invalid data origin |
Data origin for the athletic attributes record must be valid. |
P_DELETE_FAILED | Cannot delete the record because it does not exist |
Cannot delete the athletic attributes record because it does not exist. |
PK_NOT_FOUND | Cannot find the record using the primary or unique key |
Cannot find the athletic attributes record using the primary or unique key. |
RECORD_EXISTS | Cannot create a new record because the record already exists |
The new athletic attributes record cannot be created because the record already exists. |
|