Lines Matching refs:error_message
338 …$error_message = preg_replace($this::REGEX_GIT_URL_FILTER_PWD, $this::REGEX_GIT_URL_FILTER_PWD_REP…
340 … Exception($this->handle_command_error($this->repo_path, $cwd, $command, $status, $error_message));
369 …protected static function handle_create_new_error($repo_path, $reference, $error_message, $plugin)… argument
371 $plugin->notify_create_new_error($repo_path, $reference, $error_message);
373 return $error_message;
384 protected function handle_repo_path_error($repo_path, $error_message) { argument
386 $this->plugin->notify_repo_path_error($repo_path, $error_message);
388 return $error_message;
402 protected function handle_command_error($repo_path, $cwd, $command, $status, $error_message) { argument
404 $this->plugin->notify_command_error($repo_path, $cwd, $command, $status, $error_message);
406 return $error_message;