Methods
(static) setErrorMessage(code, message)
Sets the text of the error message corresponding to the passed error code.
Parameters:
| Name | Type | Description |
|---|---|---|
code | number | The code of the error message to be modified. |
message | string | The new error message, including the placeholders for runtime informations. |