Enums

The following enums are available globally.

  • RLMPropertyType is an enumeration describing all property types supported in Realm models.

    For more information, see Realm Models.

    See more

    Declaration

    Objective‑C

    enum RLMPropertyType : int32_t {}

    Swift

    enum RLMPropertyType : Int32
  • RLMError is an enumeration representing all recoverable errors. It is associated with the Realm error domain specified in RLMErrorDomain.

    See more

    Declaration

    Objective‑C

    enum RLMError : NSInteger {}

    Swift

    enum RLMError : Int