# testing.RecordedError

- **Module:** testing
- **Package:** libtmux
- **Language:** TypeScript
- **Kind:** interface
- **Source:** https://github.com/libtmux/libtmux-ts/blob/3fe1ca654b81b8cbf4a13b777a001a3298c87a6f/packages/libtmux/src/testing.ts#L73
- **Page:** https://libtmux.org/en/ts/latest/reference/testing-recordederror/

One invocation that raised instead of answering.

`cause` is absent by design — it does not survive JSON, and a recording is
a file a reviewer reads.

## Members

- `code` (property): Which error class raised, when it was one of this package's.
- `delivery` (property)
- `kind` (property)
- `message` (property)
- `signal` (property)
- `stderr` (property)
- `stdout` (property)
- `subcommand` (property)
