Yes. The adapter will return any exceptions back to your application AFTER any retries you have configuredĀ have been done.
Within your orchestration you can use Scope shapes to catch exceptions. In your exception handlers you can retrieve the error description to determine which way to branch.
Sample orchestrations that illustrate exception handingĀ are included in the ActiveADAPTER Samples folder.