Curate, connect, and discover
// Running diagnostic checks before update if (robot.runDiagnostics().status == "ERROR") { throw new MaintenanceException("Critical system fault detected. Update aborted."); }