Skip to content

BasesController.displayError method

BasesController › displayError

Unofficial

Displays an error.

Signature:

displayError(error: string, arg2: unknown): void

Parameters:

ParameterTypeDescription
errorstringThe error message to display.
arg2unknown

Returns: void