devctrl.gui.utility.messaging.exception.show_error#
- show_error(message: str, logger: Logger | None = None, title: str = 'Error', typ: str | None = None)[source]#
Show a dialog with a simple error message.
The message is also logged.
- Parameters:
message – Message to show.
logger – The logger to use. Defaults to this module’s logger.
title – Title of the dialog.
typ – Message type for suppressing repeated messages. Defaults to the message itself.