exceptions
exceptionsQuery exception handling in recorded runs to see if raises were swallowed, uncaught, re-raised, propagated, or ambiguous—with evidence.
Instructions
raises, handles, swallows. Every raise classified swallowed, uncaught, re-raised, propagated or ambiguous, with the reason; SWALLOWED is claimed only when the recording proves it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run | No | a run id (or a unique prefix), 'last', or an invocation id as `runs` prints it; --after is refused for an invocation | last |
| after | No | event ref to resume from | |
| limit | No | most rows to print |