ElectronDialog.showErrorBox method
ElectronDialog › showErrorBox
Unofficial
Shows an error message box.Signature:
showErrorBox(title: string, content: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| title | string | The dialog title. |
| content | string | The error message content. |
Returns: void