An interceptor invocation can have one of three possible results.
Result | Description | Result Content |
---|---|---|
Completed |
The interceptor has completed. |
Interceptor output object — may or may not be the same as the original input object provided to the interceptor. |
In Progress |
Interceptor evaluation is in progress and will complete asynchronously at some later point. An |
Invocation ID — a unique numerical identifier that the service can use to correlate with an |
Failed |
The interceptor invocation failed. Typically this is because the specified interceptor reference doesn’t exist in the SIS (but could be for other reasons). |
Reason — an enumerated value classifying the failure cause. |