BasesController.displayError method
BasesController › displayError
Unofficial
Displays an error.Signature:
displayError(error: string, arg2: unknown): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| error | string | The error message to display. |
| arg2 | unknown |
Returns: void