AuthorizationFailedError

data class AuthorizationFailedError(message: String?) : TypedExceptionV1

Indicates the server rejected our credentials or a failed group update. Typically means the linked device was removed by the primary device, or that the account was re-registered. For group updates, this can indicate that we lack permissions.

Constructors

Link copied to clipboard
fun AuthorizationFailedError(message: String? = null)

Properties

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