Click or drag to resize

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)
Syntax
public enum ResultInsertAttendanceErrors
Members
  Member nameValueDescription
Success0 Method call was successful.
AbsenceCodeIsBlankOrInvalid1 The Student ID does not exist.
AdvisorDoesNotExist2
BlockNameCannotBeBlank3
ClassAttendanceAlreadyExistsForThisDay4
CourseOrSectionDoesNotExist5
DailyAttendanceAlreadyExistsForThisDay6
DayDoesNotExistInSchoolCalendar7
HomeroomTeacherDoesNotExist8
OtherSystemError9
SchoolCodeIsInvalid10
SectionDoesNotMeetThisDay11
StudentDoesNotHaveThisAdvisor12
StudentDoesNotHaveThisHomeroomTeacher13
StudentIdDoesNotExist14
StudentIsAlreadyInThisBatchForThisAdvisor15
StudentIsAlreadyInThisBatchForThisHomeroom16
StudentIsAlreadyInThisBatchForThisSection17
StudentIsNotAssignedThisSection18
UnknownAbsenceCode19
See Also