You use this element to catch any exceptions thrown in the integration process and handle them. To learn how to implement exception handling, check out the integration flow design guidelines provided ...
# When you're defining a module's API, the exceptions you throw are just as # much a part of your interface as the functions and classes you define (see # Item 14: "Prefer exceptions to returning None ...
The discussions on exception handling seem endless. Many articles and white papers talk about how to handle exceptions. However, what is missing is an extensible, generic exception-handling framework ...