Thrown
ref / conversations / Thrown
This result is returned by a Replay
Properties
type
ts
type: "thrown";
Type of the replay result, indicates that the replay has completed because the builder function has thrown an error.
error
ts
error: unknown;
The error thrown by the builder function