Function showErrorMessage

  • Show an error message dialog.

    Parameters

    • title: string

      The title of the dialog box.

    • error: string | Dialog.IError

      the error to show in the dialog body (either a string or an object with a string message property).

    • Optional buttons: readonly IButton[]

    Returns Promise<void>

Generated using TypeDoc