MCPcopy Create free account
hub / github.com/BuddySirJava/SSH-Studio / _show_error

Method _show_error

src/ui/main_window.py:881–883  ·  view source on GitHub ↗

Show an error message in the status bar.

(self, message: str)

Source from the content-addressed store, hash-verified

879 return False
880
881 def _show_error(self, message: str):
882 """Show an error message in the status bar."""
883 self.show_toast(message)
884
885 def _show_warning(self, title: str, message: str):
886 """Show a warning dialog."""

Callers 5

_load_configMethod · 0.95
_on_save_clickedMethod · 0.95
_write_and_reloadMethod · 0.95
_on_save_clickedMethod · 0.45

Calls 1

show_toastMethod · 0.95

Tested by

no test coverage detected