Skip to content

ElectronDialog.showErrorBox method

ElectronDialog › showErrorBox

Unofficial

Shows an error message box.

Signature:

showErrorBox(title: string, content: string): void

Parameters:

Parameter Type Description
title string The dialog title.
content string The error message content.

Returns: void