The translation is temporarily closed for contributions due to maintenance, please come back later.
The translation was automatically locked due to following alerts: Could not update the repository.
English Dutch
Edit ErrorHandling
Do you really want to delete this error handling module?
The name can be used to distinguish different error handling configurations.
Error handling module backend
This OTRS error handling backend module will be called internally to process the error handling mechanism.
Processing options
Configure filters to control error handling module execution.
Only requests matching all configured filters (if any) will trigger module execution.
Operation filter
Only execute error handling module for selected operations.
Note: Operation is undetermined for errors occuring while receiving incoming request data. Filters involving this error stage should not use operation filter.
Invoker filter
Only execute error handling module for selected invokers.
Enter a regular expression to restrict which error messages should cause error handling module execution.
Error message subject and data (as seen in the debugger error entry) will considered for a match.
Example: Enter '^.*401 Unauthorized.*\\$' to handle only authentication related errors.
Error stage filter
Only execute error handling module on errors that occur during specific processing stages.
Example: Handle only errors where mapping for outgoing data could not be applied.
An error identifier for this error handling module.