Skip to content

Commit

Permalink
Solve PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaafanador3 committed Jul 24, 2024
1 parent 18a72dd commit 32e36ee
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Realm/RLMError.h
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,11 @@ typedef RLM_ERROR_ENUM(NSInteger, RLMSyncError, RLMSyncErrorDomain) {
*/
RLMSyncErrorTLSHandshakeFailed = 13,
/**
An error indicating the server send down an error with a warning action, which
needs to be executed by the client or the end user.
The server has encountered an error that it wants the user to know about,
but is not necessarily fatal.
An error with this code may indicate that either sync is not enabled or it's trying to connect to
an edge server app.
*/
RLMSyncErrorServerWarning = 14,
};
Expand Down

0 comments on commit 32e36ee

Please sign in to comment.