UserAlreadyExistsException

class UserAlreadyExistsException : AuthException

Thrown when trying to register a new user with email and password, and the user already exists.

See also

io.realm.kotlin.mongodb.EmailPasswordAuth.registerUser

Properties

cause
Link copied to clipboard
open val cause: Throwable?
message
Link copied to clipboard
open val message: String?