diff --git a/Realm/RLMError.h b/Realm/RLMError.h index 9479de963a..636833c240 100644 --- a/Realm/RLMError.h +++ b/Realm/RLMError.h @@ -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