{"record":{"id":"ff90731078dc67fa","repo":"phacility/phabricator","slug":"there-is-no-nuance-item-with-phid-s","errorCode":null,"errorMessage":"There is no Nuance item with PHID \"%s\".","messagePattern":"There is no Nuance item with PHID \"(.+?)\"\\.","errorType":"exception","errorClass":"PhabricatorWorkerPermanentFailureException","httpStatus":null,"severity":"error","filePath":"src/applications/nuance/worker/NuanceWorker.php","lineNumber":16,"sourceCode":"<?php\n\nabstract class NuanceWorker extends PhabricatorWorker {\n\n  protected function getViewer() {\n    return PhabricatorUser::getOmnipotentUser();\n  }\n\n  protected function loadItem($item_phid) {\n    $item = id(new NuanceItemQuery())\n      ->setViewer($this->getViewer())\n      ->withPHIDs(array($item_phid))\n      ->executeOne();\n\n    if (!$item) {\n      throw new PhabricatorWorkerPermanentFailureException(\n        pht(\n          'There is no Nuance item with PHID \"%s\".',\n          $item_phid));\n    }\n\n    return $item;\n  }\n\n}\n","sourceCodeStart":1,"sourceCodeEnd":26,"githubUrl":"https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/nuance/worker/NuanceWorker.php#L1-L26","documentation":"Error \"There is no Nuance item with PHID \"%s\".\" thrown in phacility/phabricator.","triggerScenarios":"Thrown at src/applications/nuance/worker/NuanceWorker.php:16 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"5720a38cfe95b00ca4be5016dd0d2f3195f4fa04","analyzedAt":"2026-08-21T05:07:25.672Z","schemaVersion":2},"datasetVersion":"2026-08-21T11:28:35.574Z"}