setToolsErrorHandlingEnabled

Sets the value of the toolsErrorHandlingEnabled property, which determines how to handle exceptions returned by the Action Processor.

Exceptions can be returned by the Action Processor when you call any of the Tools interface methods (see Tools Interface Methods).

Also see Exception Handling.

Syntax

setToolsErrorHandlingEnabled(value);

Parameters

  • value - (boolean):
    • False (the default) = the exception will be passed to the caller, which means your custom application should handle any exceptions that are returned from the Action Processor.
    • True = the exception will be handled for you, that is, a message is displayed to the user, that is, the exception is not passed to the caller. (Note - The ShowErrorDetails user access control determines how much detail is displayed to the user for an Action Processor exception.)

Returns

none