evCreate API 5.7 Help

ShowErrorDialog Function

Displays a custom pop-up dialog with a given title and error message in the Canvas Envision Creator web app.

ShowErrorDialog(title: string, errorMessage: string): Promise<void>

Parameters

title: string

A string, a given title of the custom pop-up dialog.

errorMessage: string

A string, a given error message that the custom pop-up dialog should display.

Return value

Promise<void>

A Promise that, if fulfilled, resolves to void if the custom dialog with the given title and error message pops up successfully in the Canvas Envision Creator web app.

01 May 2025