{"record":{"id":"9d09f2eff2b41685","repo":"phacility/phabricator","slug":"the-callsign-s-is-not-a-valid-repository-callsi-9d09f2","errorCode":null,"errorMessage":"The callsign \"%s\" is not a valid repository callsign. Callsigns may only contain UPPERCASE letters.","messagePattern":"The callsign \"(.+?)\" is not a valid repository callsign\\. Callsigns may only contain UPPERCASE letters\\.","errorType":"validation","errorClass":"Exception","httpStatus":null,"severity":"error","filePath":"src/applications/repository/storage/PhabricatorRepository.php","lineNumber":462,"sourceCode":"  }\n\n  public static function assertValidCallsign($callsign) {\n    if (!strlen($callsign)) {\n      throw new Exception(\n        pht(\n          'A repository callsign must be at least one character long.'));\n    }\n\n    if (strlen($callsign) > 32) {\n      throw new Exception(\n        pht(\n          'The callsign \"%s\" is not a valid repository callsign. Callsigns '.\n          'must be no more than 32 bytes long.',\n          $callsign));\n    }\n\n    if (!preg_match('/^[A-Z]+\\z/', $callsign)) {\n      throw new Exception(\n        pht(\n          'The callsign \"%s\" is not a valid repository callsign. Callsigns '.\n          'may only contain UPPERCASE letters.',\n          $callsign));\n    }\n  }\n\n  public function getProfileImageURI() {\n    return $this->getProfileImageFile()->getBestURI();\n  }\n\n  public function attachProfileImageFile(PhabricatorFile $file) {\n    $this->profileImageFile = $file;\n    return $this;\n  }\n\n  public function getProfileImageFile() {\n    return $this->assertAttached($this->profileImageFile);","sourceCodeStart":444,"sourceCodeEnd":480,"githubUrl":"https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/repository/storage/PhabricatorRepository.php#L444-L480","documentation":"Error \"The callsign \"%s\" is not a valid repository callsign. Callsigns may only contain UPPERCASE letters.\" thrown in phacility/phabricator.","triggerScenarios":"Thrown at src/applications/repository/storage/PhabricatorRepository.php:462 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"}