| SUI_SetOnErrMethod (methodName) | ||
| Parameter | Type | Description |
| methodName | String | Name of method to use for error handling |
| Description Some SUI Pack calls are more prone to errors, and are therefore functions that return an error code. Many commands will produce an alert if an error is encountered. You can now specify a method for the plug-in to call whenever errors occur, which will suppress the alerts. You must declare three parameters to receive error details: | ||