UserNotFoundException

class UserNotFoundException : AuthException

Thrown when using an API that also require some kind of user identifier, but the server is not able to find the user.

See also

Properties

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