AuthException

open class AuthException(message: String?, cause: Throwable?) : Exception

Indicates that some form of authentication failed.

Causes could include connection issues, user errors, and server errors.

Constructors

Link copied to clipboard
fun AuthException(message: String? = null, cause: Throwable? = null)

Properties

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

Inheritors

Link copied to clipboard
Link copied to clipboard