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 moreDeclaration
Objective‑C
enum RLMPropertyType : int32_t {}
-
See moreRLMError
is an enumeration representing all recoverable errors. It is associated with the Realm error domain specified inRLMErrorDomain
.Declaration
Objective‑C
enum RLMError : NSInteger {}