Enum EKErrorCode

java.lang.Object
java.lang.Enum<EKErrorCode>
org.robovm.apple.eventkit.EKErrorCode
All Implemented Interfaces:
Serializable, Comparable<EKErrorCode>, NSErrorCode, ValuedEnum

public enum EKErrorCode
extends Enum<EKErrorCode>
implements NSErrorCode
  • Enum Constant Details

    • EventNotMutable

      public static final EKErrorCode EventNotMutable
    • NoCalendar

      public static final EKErrorCode NoCalendar
    • NoStartDate

      public static final EKErrorCode NoStartDate
    • NoEndDate

      public static final EKErrorCode NoEndDate
    • DatesInverted

      public static final EKErrorCode DatesInverted
    • InternalFailure

      public static final EKErrorCode InternalFailure
    • CalendarReadOnly

      public static final EKErrorCode CalendarReadOnly
    • DurationGreaterThanRecurrence

      public static final EKErrorCode DurationGreaterThanRecurrence
    • AlarmGreaterThanRecurrence

      public static final EKErrorCode AlarmGreaterThanRecurrence
    • StartDateTooFarInFuture

      public static final EKErrorCode StartDateTooFarInFuture
    • StartDateCollidesWithOtherOccurrence

      public static final EKErrorCode StartDateCollidesWithOtherOccurrence
    • ObjectBelongsToDifferentStore

      public static final EKErrorCode ObjectBelongsToDifferentStore
    • InvitesCannotBeMoved

      public static final EKErrorCode InvitesCannotBeMoved
    • InvalidSpan

      public static final EKErrorCode InvalidSpan
    • CalendarHasNoSource

      public static final EKErrorCode CalendarHasNoSource
    • CalendarSourceCannotBeModified

      public static final EKErrorCode CalendarSourceCannotBeModified
    • CalendarIsImmutable

      public static final EKErrorCode CalendarIsImmutable
    • SourceDoesNotAllowCalendarAddDelete

      public static final EKErrorCode SourceDoesNotAllowCalendarAddDelete
    • RecurringReminderRequiresDueDate

      public static final EKErrorCode RecurringReminderRequiresDueDate
    • StructuredLocationsNotSupported

      public static final EKErrorCode StructuredLocationsNotSupported
    • ReminderLocationsNotSupported

      public static final EKErrorCode ReminderLocationsNotSupported
    • AlarmProximityNotSupported

      public static final EKErrorCode AlarmProximityNotSupported
    • CalendarDoesNotAllowEvents

      public static final EKErrorCode CalendarDoesNotAllowEvents
    • CalendarDoesNotAllowReminders

      public static final EKErrorCode CalendarDoesNotAllowReminders
    • SourceDoesNotAllowReminders

      public static final EKErrorCode SourceDoesNotAllowReminders
    • SourceDoesNotAllowEvents

      public static final EKErrorCode SourceDoesNotAllowEvents
    • PriorityIsInvalid

      public static final EKErrorCode PriorityIsInvalid
    • InvalidEntityType

      public static final EKErrorCode InvalidEntityType
    • ProcedureAlarmsNotMutable

      public static final EKErrorCode ProcedureAlarmsNotMutable
    • EventStoreNotAuthorized

      public static final EKErrorCode EventStoreNotAuthorized
    • OSNotSupported

      public static final EKErrorCode OSNotSupported
    • InvalidInviteReplyCalendar

      public static final EKErrorCode InvalidInviteReplyCalendar
    • NotificationsCollectionFlagNotSet

      public static final EKErrorCode NotificationsCollectionFlagNotSet
    • SourceMismatch

      public static final EKErrorCode SourceMismatch
    • NotificationCollectionMismatch

      public static final EKErrorCode NotificationCollectionMismatch
    • NotificationSavedWithoutCollection

      public static final EKErrorCode NotificationSavedWithoutCollection
    • ReminderAlarmContainsEmailOrUrl

      public static final EKErrorCode ReminderAlarmContainsEmailOrUrl
    • Last

      public static final EKErrorCode Last
  • Method Details

    • values

      public static EKErrorCode[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static EKErrorCode valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public long value()
      Specified by:
      value in interface ValuedEnum
    • valueOf

      public static EKErrorCode valueOf​(long n)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      n - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null