 | ResultInsertAttendanceErrors Enumeration |
Possible error codes in ResultInsertAttendance.ErrorType.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic enum ResultInsertAttendanceErrors
Public Enumeration ResultInsertAttendanceErrors
public enum class ResultInsertAttendanceErrors
public enum ResultInsertAttendanceErrors
SeniorSystemsWS.Entity.ResultInsertAttendanceErrors = function();
SeniorSystemsWS.Entity.ResultInsertAttendanceErrors.createEnum('SeniorSystemsWS.Entity.ResultInsertAttendanceErrors', false);
Members
| Member name | Value | Description |
---|
| Success | 0 |
Method call was successful.
|
| AbsenceCodeIsBlankOrInvalid | 1 |
The Student ID does not exist.
|
| AdvisorDoesNotExist | 2 | |
| BlockNameCannotBeBlank | 3 | |
| ClassAttendanceAlreadyExistsForThisDay | 4 | |
| CourseOrSectionDoesNotExist | 5 | |
| DailyAttendanceAlreadyExistsForThisDay | 6 | |
| DayDoesNotExistInSchoolCalendar | 7 | |
| HomeroomTeacherDoesNotExist | 8 | |
| OtherSystemError | 9 | |
| SchoolCodeIsInvalid | 10 | |
| SectionDoesNotMeetThisDay | 11 | |
| StudentDoesNotHaveThisAdvisor | 12 | |
| StudentDoesNotHaveThisHomeroomTeacher | 13 | |
| StudentIdDoesNotExist | 14 | |
| StudentIsAlreadyInThisBatchForThisAdvisor | 15 | |
| StudentIsAlreadyInThisBatchForThisHomeroom | 16 | |
| StudentIsAlreadyInThisBatchForThisSection | 17 | |
| StudentIsNotAssignedThisSection | 18 | |
| UnknownAbsenceCode | 19 | |
See Also