tryError Documentation
Function: emitErrorRetry()
Function
```ts function emitErrorRetry(error, attempt): void; ``` Defined in: [events.ts:284](https://github.com/oconnorjohnson/try-error/blob/e3ae0308069a4fba073f4543d527ad76373db795/src/events.ts#L284) Emit error retry event
tryError API Documentation v0.0.1-alpha.1
tryError API Documentation / emitErrorRetry
Function: emitErrorRetry()
function emitErrorRetry(error, attempt): void;
Defined in: events.ts:284
Emit error retry event
Parameters
error
attempt
number
Returns
void