You have a use case requiring the design of a synchronous Oracle Integration Cloud (OIC) integration flow that returns a custom business fault message to the client if processing fails due to an external runtime fault encountered during the integration instance execution. Which implementation strategy best satisfies this requirement?
Correct Answer: A
Comprehensive and Detailed Explanation:
Custom fault in synchronous flow:
A:True-scope fault handler catches the error, andFault Returnsends a custom response to the client.
B:False-error hospital is internal, not client-facing.
C:False-ReThrow sends to global handler, not client directly.