Package apple.eventkit.enums
Class EKErrorCode
- java.lang.Object
-
- apple.eventkit.enums.EKErrorCode
-
public final class EKErrorCode extends java.lang.Object
-
-
Field Summary
-
-
-
Field Detail
-
EventNotMutable
public static final long EventNotMutable
- See Also:
- Constant Field Values
-
NoCalendar
public static final long NoCalendar
- See Also:
- Constant Field Values
-
NoStartDate
public static final long NoStartDate
- See Also:
- Constant Field Values
-
NoEndDate
public static final long NoEndDate
- See Also:
- Constant Field Values
-
DatesInverted
public static final long DatesInverted
- See Also:
- Constant Field Values
-
InternalFailure
public static final long InternalFailure
- See Also:
- Constant Field Values
-
CalendarReadOnly
public static final long CalendarReadOnly
- See Also:
- Constant Field Values
-
DurationGreaterThanRecurrence
public static final long DurationGreaterThanRecurrence
- See Also:
- Constant Field Values
-
AlarmGreaterThanRecurrence
public static final long AlarmGreaterThanRecurrence
- See Also:
- Constant Field Values
-
StartDateTooFarInFuture
public static final long StartDateTooFarInFuture
- See Also:
- Constant Field Values
-
StartDateCollidesWithOtherOccurrence
public static final long StartDateCollidesWithOtherOccurrence
- See Also:
- Constant Field Values
-
ObjectBelongsToDifferentStore
public static final long ObjectBelongsToDifferentStore
- See Also:
- Constant Field Values
-
InvitesCannotBeMoved
public static final long InvitesCannotBeMoved
- See Also:
- Constant Field Values
-
InvalidSpan
public static final long InvalidSpan
- See Also:
- Constant Field Values
-
CalendarHasNoSource
public static final long CalendarHasNoSource
- See Also:
- Constant Field Values
-
CalendarSourceCannotBeModified
public static final long CalendarSourceCannotBeModified
- See Also:
- Constant Field Values
-
CalendarIsImmutable
public static final long CalendarIsImmutable
- See Also:
- Constant Field Values
-
SourceDoesNotAllowCalendarAddDelete
public static final long SourceDoesNotAllowCalendarAddDelete
- See Also:
- Constant Field Values
-
RecurringReminderRequiresDueDate
public static final long RecurringReminderRequiresDueDate
- See Also:
- Constant Field Values
-
StructuredLocationsNotSupported
public static final long StructuredLocationsNotSupported
- See Also:
- Constant Field Values
-
ReminderLocationsNotSupported
public static final long ReminderLocationsNotSupported
- See Also:
- Constant Field Values
-
AlarmProximityNotSupported
public static final long AlarmProximityNotSupported
- See Also:
- Constant Field Values
-
CalendarDoesNotAllowEvents
public static final long CalendarDoesNotAllowEvents
- See Also:
- Constant Field Values
-
CalendarDoesNotAllowReminders
public static final long CalendarDoesNotAllowReminders
- See Also:
- Constant Field Values
-
SourceDoesNotAllowReminders
public static final long SourceDoesNotAllowReminders
- See Also:
- Constant Field Values
-
SourceDoesNotAllowEvents
public static final long SourceDoesNotAllowEvents
- See Also:
- Constant Field Values
-
PriorityIsInvalid
public static final long PriorityIsInvalid
- See Also:
- Constant Field Values
-
InvalidEntityType
public static final long InvalidEntityType
- See Also:
- Constant Field Values
-
ProcedureAlarmsNotMutable
public static final long ProcedureAlarmsNotMutable
- See Also:
- Constant Field Values
-
EventStoreNotAuthorized
public static final long EventStoreNotAuthorized
- See Also:
- Constant Field Values
-
OSNotSupported
public static final long OSNotSupported
- See Also:
- Constant Field Values
-
Last
public static final long Last
used internally- See Also:
- Constant Field Values
-
InvalidInviteReplyCalendar
public static final long InvalidInviteReplyCalendar
- See Also:
- Constant Field Values
-
NotificationsCollectionFlagNotSet
public static final long NotificationsCollectionFlagNotSet
- See Also:
- Constant Field Values
-
SourceMismatch
public static final long SourceMismatch
- See Also:
- Constant Field Values
-
NotificationCollectionMismatch
public static final long NotificationCollectionMismatch
- See Also:
- Constant Field Values
-
NotificationSavedWithoutCollection
public static final long NotificationSavedWithoutCollection
- See Also:
- Constant Field Values
-
-