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: stringA string, a given title of the custom pop-up dialog.
errorMessage: stringA string, a given error message that the custom pop-up dialog should display.
Return value
Promise<void>A Promise that, if fulfilled, resolves to
voidif the custom dialog with the given title and error message pops up successfully in the Canvas Envision Creator web app.
01 May 2025