OnErrorReport
The OnErrorReport
parameter specifies the name of a handler for the Fetch action error report event. The OnErrorReport
event is called when an asynchronous action encounters an error, but the action can continue. For example, an Exchange Connector might use the OnErrorReport
handler if it failed to open a folder. The same connector would use the OnError
handler if it failed to log on to Exchange.
The name that you specify must represent a section in the configuration file that contains the settings for the event handler. For example:
[Actions] OnErrorReport=MyHandler [MyHandler] ...
Type: | String |
Default: | |
Required: | No |
Configuration Section: | Actions |
Example: | OnErrorReport=EventHandler
|
See Also: |