| Enum | Description |
|---|---|
| RealmFileException.Kind |
The specific kind of this
RealmFileException. |
| Exception | Description |
|---|---|
| DownloadingRealmInterruptedException |
Exception class used when a Realm was interrupted while downloading the initial data set.
|
| RealmException |
RealmException is Realm specific exceptions.
|
| RealmFileException |
Class for reporting problems when accessing the Realm related files.
|
| RealmMigrationNeededException | |
| RealmPrimaryKeyConstraintException |
Class for reporting problems when the primary key constraint is being broken.
|
| Error | Description |
|---|---|
| RealmError |
RealmError is Realm specific Error used when unrecoverable problems happen in the underlying storage engine.
|