SuppressErrors
- Last UpdatedApr 28, 2021
- 1 minute read
The SuppressErrors property is a read-write Boolean property that suppresses or allows error messages.
Syntax
SuppressErrors = bool;
Result = SuppressErrors;
Remarks
The default is TRUE which implies that the errors are suppressed.
Note: All errors are logged to Logger regardless of this setting.