Trace.EnableErrorNotifications
Enable error notifications.
Component |
Version |
macOS |
Windows |
Linux |
Server |
iOS SDK |
Trace
|
5.0 |
✅ Yes |
❌ No |
❌ No |
❌ No |
❌ No |
MBS( "Trace.EnableErrorNotifications" )
Parameters
none
Result
Returns OK or error.
Description
Enable error notifications.
The plugin presents errors returned by plugin calls as notifications, so you more easier notice them.
Notifications are only presented at most one per 30 seconds. They are not shown if last error is same as new error or if you run plugin on server or runtime. The plugin will close error notifications after 5 seconds.
See also Trace.DisableErrorNotifications or Trace.AreErrorNotificationsEnabled.
See also
Example Databases
Blog Entries
This function is free to use.
Created 11st December 2014, last changed 28th March 2021
Trace.DisableErrorNotifications
-
Trace.GetErrorsOnly