Authentication Expired Exception
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.