FailureToRefreshTokenException

class FailureToRefreshTokenException(message: String, cause: Throwable? = null)

Exception thrown when a token refresh fails. Could be caused by anything, including network errors, invalid credentials, etc.

Parameters

message

The detail message.

cause

The cause of the exception.

Constructors

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