{"record":{"id":"7bf331d30bacff5b","repo":"phacility/phabricator","slug":"err-empty-participant-phids","errorCode":"ERR_EMPTY_PARTICIPANT_PHIDS","errorMessage":"ERR_EMPTY_PARTICIPANT_PHIDS","messagePattern":"ERR_EMPTY_PARTICIPANT_PHIDS","errorType":"error_code","errorClass":"ConduitException","httpStatus":null,"severity":"error","filePath":"src/applications/conpherence/conduit/ConpherenceCreateThreadConduitAPIMethod.php","lineNumber":64,"sourceCode":"  protected function execute(ConduitAPIRequest $request) {\n    $participant_phids = $request->getValue('participantPHIDs', array());\n    $message = $request->getValue('message');\n    $title = $request->getValue('title');\n    $topic = $request->getValue('topic');\n\n    list($errors, $conpherence) = ConpherenceEditor::createThread(\n      $request->getUser(),\n      $participant_phids,\n      $title,\n      $message,\n      $request->newContentSource(),\n      $topic);\n\n    if ($errors) {\n      foreach ($errors as $error_code) {\n        switch ($error_code) {\n          case ConpherenceEditor::ERROR_EMPTY_PARTICIPANTS:\n            throw new ConduitException('ERR_EMPTY_PARTICIPANT_PHIDS');\n            break;\n        }\n      }\n    }\n\n    return array(\n      'conpherenceID' => $conpherence->getID(),\n      'conpherencePHID' => $conpherence->getPHID(),\n      'conpherenceURI' => $this->getConpherenceURI($conpherence),\n    );\n  }\n\n}\n","sourceCodeStart":46,"sourceCodeEnd":78,"githubUrl":"https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/conpherence/conduit/ConpherenceCreateThreadConduitAPIMethod.php#L46-L78","documentation":"Error \"ERR_EMPTY_PARTICIPANT_PHIDS\" thrown in phacility/phabricator.","triggerScenarios":"Thrown at src/applications/conpherence/conduit/ConpherenceCreateThreadConduitAPIMethod.php:64 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"}