Searched refs:configError (Results 1 – 3 of 3) sorted by relevance
26 protected $configError; variable in dokuwiki\\plugin\\issuelinks\\services\\Jira120 $this->configError = 'Jira URL not set!';125 $this->configError = 'Authentication token is missing!';130 $this->configError = 'Authentication user is missing!';138 … $this->configError = 'The Jira authentication failed with message: ' . hsc($e->getMessage());
20 protected $configError = ''; variable in dokuwiki\\plugin\\issuelinks\\services\\GitHub91 $this->configError = 'Authentication token is missing!';99 … $this->configError = 'The GitHub authentication failed with message: ' . hsc($e->getMessage());107 $this->configError = 'Scopes "' . implode(', ', $missing_scopes) . '" are missing!';202 $message .= $this->configError;
21 protected $configError; variable in dokuwiki\\plugin\\issuelinks\\services\\GitLab80 $this->configError = 'GitLab URL not set!';85 $this->configError = 'Authentication token is missing!';92 … $this->configError = 'The GitLab authentication failed with message: ' . hsc($e->getMessage());152 $message .= $this->configError;