Package name : Exception Handling Iflow name : Simulate_Error_Handle_Error HTTP sender path : /Simulate_Error_Handle_Error ------------------------------------------------------------------------------------------------------ (1) Simulate HTTP error in main integration process + Handle error in exception subprocess ------------------------------------------------------------------------------------------------------ HTTP GET https://services.odata.org/v2/northwind/northwind.svc/Customers?$select=xyz Build Error Body ---------------- Tenant environment : ${sysenv.TENANT_NAME} | ${sysenv.IT_SYSTEM_ID} | ${sysenv.IT_TENANT_UX_DOMAIN} Integration Flow : ${camelId} SAP_MessageProcessingLogID : ${property.SAP_MessageProcessingLogID} SAP_MplCorrelationId : ${header.SAP_MplCorrelationId} Datetime exception : ${date:now:yyyy-MM-dd'T'HH:mm:ss.SSS} (default UTC) Datetime exception : ${date-with-timezone:now:Asia/Kuala_Lumpur:yyyy-MM-dd'T'HH:mm:ss.SSS} (with timezone) CamelHttpResponseCode : ${header.CamelHttpResponseCode} Exception message : ${exception.message} Exception stacktrace: ${exception.stacktrace} ------------------------------------------------------------------------------------------------------ (2) Simulate HTTP error in local integration process + Handle error in different exception subprocess ------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------ (3) Simulate HTTP error in local integration process + Reuse same error handler for different errors ------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------ (4) Exception subprocess end with "End message" or "Error end event" or "Escalation end event" ------------------------------------------------------------------------------------------------------ Reference: https://en.m.wikipedia.org/wiki/List_of_tz_database_time_zones https://help.sap.com/docs/integration-suite/sap-integration-suite/handle-errors-gracefully https://help.sap.com/docs/integration-suite/sap-integration-suite/define-exception-subprocess https://help.sap.com/docs/cloud-integration/sap-cloud-integration/environment-variables