Click or drag to resize

clsImportAttendanceDayActivityeActivityErrorCodes Enumeration

Internal codes created, when an activity does not match the rules.

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public enum eActivityErrorCodes
Members
  Member nameValueDescription
NoError00
StartTimeToEarly11: The activity time is before the allowed value. This will be denied
StartTimeToLate22: The activity is after the allowed value. This will be denied
EndTimeToEarly33: The activity time is before the allowed value. This will be denied
EndTimeToLate44: The activity is after the allowed value. This will be denied
ProjectBookingFailed55: the project transaction failed, perhaps the phase is wrong or close. See error text
ApprovedErrorOffset10001000: Offset in the error code, when it is approved
StartTimeToEarlyCanBeApproved10011001: The activity time is before the allowed value. This Error can be approved
StartTimeToLateCanBeApproved10021002: The activity is after the allowed value. This can be approved
EndTimeToEarlyCanBeApproved10031003: The activity time is before the allowed value. This can be approved
EndTimeToLateCanBeApproved10041004: The activity is after the allowed value. This can be approved
See Also