abort(updateInfo.apiKey, failed, updateResult.reason);
break;
case NEEDS_REAUTH:
notificationsService.addNamedNotification(updateInfo.getGuestId(), Notification.Type.WARNING,
connector.statusNotificationName(),
"Heads Up. Your " + connector.prettyName() + " Authorization Token has expired.<br>" +
"Please head to <a href=\"javascript:App.manageConnectors()\">Manage Connectors</a>,<br>" +
"scroll to the " + connector.prettyName() + " section, and renew your tokens (look for the <i class=\"icon-resize-small icon-large\"></i> icon)");
failed = new UpdateWorkerTask.AuditTrailEntry(new Date(), updateResult.getType().toString(), "abort");
failed.stackTrace = updateResult.stackTrace;
abort(updateInfo.apiKey, failed, updateResult.reason);