Enums
The following enums are available globally.
-
Declaration
Objective‑C
enum RLMPropertyType : int32_t {}
Swift
enum RLMPropertyType : Int32
-
Enum representing all recoverable errors in Realm.
See moreDeclaration
Objective‑C
enum RLMError : NSInteger {}
Swift
enum RLMError : Int