[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [SetPauseOnExceptionsRequestState](./puppeteer.protocol.debugger.setpauseonexceptionsrequeststate.md)
## Protocol.Debugger.SetPauseOnExceptionsRequestState enum
Signature:
```typescript
export const enum SetPauseOnExceptionsRequestState
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| All | 'all'
| |
| None | 'none'
| |
| Uncaught | 'uncaught'
| |