AuthenticationExpiredException

class AuthenticationExpiredException(message: String, val statusCode: Int = 401, cause: Throwable? = null) : BackupException

Exception thrown when a Drive API call receives HTTP 401 Unauthorized. Used by cloud.GoogleDriveBackupProvider for structured retry detection.

Constructors

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

Properties

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