$suppressErrors
Suppresses error messages.
Usages
There are two usages of $suppressErrors
.
Usage #1
$suppressErrors
Prevents error messages from being returned as the response.
Simply put, the bot will not respond if there is a error message.
Usage #2
$suppressErrors[customError]
Prevents error messages from being returned as the response. Instead, the 'customError' text is returned.