RLMAppError
Objective-C
enum RLMAppError {}
Swift
typealias RLMAppError.Code._ErrorType = RLMAppError
An error which is related to authentication to MongoDB Realm.
-
An unknown error has occured
Declaration
Objective-C
RLMAppErrorUnknown = -1
Swift
case unknown = -1
-
An error that indicates that the session is invalid
Declaration
Objective-C
RLMAppErrorInvalidSession = 2
Swift
case invalidSession = 2
-
An error that indicates that the request sent to the server was invalid
Declaration
Objective-C
RLMAppErrorBadRequest = 48
Swift
case badRequest = 48
-
An error that indicates the user cannot be found
Declaration
Objective-C
RLMAppErrorUserNotFound = 45
Swift
case userNotFound = 45