Skip to content

Commit

Permalink
Rename new case in RealmError
Browse files Browse the repository at this point in the history
  • Loading branch information
PoltoraIvana authored Nov 26, 2024
1 parent 0418d34 commit 9286062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Realm/RLMError.h
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ typedef RLM_ERROR_ENUM(NSInteger, RLMError, RLMErrorDomain) {
/ **
Denotes an error that occurs when resolving thread safe reference returns a nil object.
*/
RLMSyncErrorPermissionDeniedError = 23
RLMErrorObjectNotFound = 23
};

#pragma mark - RLMSyncError
Expand Down

0 comments on commit 9286062

Please sign in to comment.