Lines Matching refs:error_message
244 $error_message = preg_replace(
255 $error_message
286 protected static function handleCreateNewError($repo_path, $reference, $error_message, $plugin) argument
289 $plugin->notifyCreateNewError($repo_path, $reference, $error_message);
291 return $error_message;
302 protected function handleRepoPathError($repo_path, $error_message) argument
305 $this->plugin->notifyRepoPathError($repo_path, $error_message);
307 return $error_message;
321 protected function handleCommandError($repo_path, $cwd, $command, $status, $error_message) argument
324 $this->plugin->notifyCommandError($repo_path, $cwd, $command, $status, $error_message);
326 return $error_message;