MCPcopy
hub / github.com/ChristianLempa/boilerplates / error

Method error

cli/core/display/__init__.py:139–141  ·  view source on GitHub ↗

Display an error message.

(self, message: str, context: str | None = None, details: str | None = None)

Source from the content-addressed store, hash-verified

137
138 # ===== Delegate to status display =====
139 def error(self, message: str, context: str | None = None, details: str | None = None) -> None:
140 """Display an error message."""
141 return self.status.error(message, context, details)
142
143 def warning(self, message: str, context: str | None = None, details: str | None = None) -> None:
144 """Display a warning message."""

Callers 15

displayMethod · 0.95
mainFunction · 0.45
_import_modulesFunction · 0.45
runFunction · 0.45
_replace_repo_checkoutFunction · 0.45
_pull_repo_updatesFunction · 0.45
_clone_full_repoFunction · 0.45
_process_library_updateFunction · 0.45
updateFunction · 0.45
addFunction · 0.45
removeFunction · 0.45
add_errorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected