tryError Documentation

Function: emitErrorSerialized()
Function

```ts function emitErrorSerialized(error, serialized): void; ``` Defined in: [events.ts:260](https://github.com/oconnorjohnson/try-error/blob/e3ae0308069a4fba073f4543d527ad76373db795/src/events.ts#L260) Emit error serialized event

tryError API Documentation v0.0.1-alpha.1


tryError API Documentation / emitErrorSerialized

Function: emitErrorSerialized()

function emitErrorSerialized(error, serialized): void;

Defined in: events.ts:260

Emit error serialized event

Parameters

error

TryError

serialized

any

Returns

void