tryError Documentation
Function: configureErrorPool()
Function
```ts function configureErrorPool(options): void; ``` Defined in: [pool.ts:190](https://github.com/oconnorjohnson/try-error/blob/e3ae0308069a4fba073f4543d527ad76373db795/src/pool.ts#L190) Configure the global error pool
tryError API Documentation v0.0.1-alpha.1
tryError API Documentation / configureErrorPool
Function: configureErrorPool()
function configureErrorPool(options): void;
Defined in: pool.ts:190
Configure the global error pool
Parameters
options
enabled?
boolean
maxSize?
number
Returns
void