Auth Exception
open class AuthException(message: String?, cause: Throwable?) : Exception
Content copied to clipboard
Indicates that some form of authentication failed.
Causes could include connection issues, user errors, and server errors.