Error handling
Handle errors in an FTM SWIFT system with respect to where these errors occurred.
- An error can occur during the execution of a message in a single node or subflow, which might have differing error handling capabilities.
- An error might influence the flow of a message within a message flow and might involve other nodes.
- An error might need to be treated on a system level, for example, if a message cannot be delivered or processed because of missing resources.
- Errors must be considered on an application level, for example, if a message was processed successfully but returns unexpected results.
This section describes what needs to be considered with regard to error handling on the different levels.