14 lines
617 B
Markdown
14 lines
617 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [EvaluateOnCallFrameResponse](./puppeteer.protocol.debugger.evaluateoncallframeresponse.md) > [exceptionDetails](./puppeteer.protocol.debugger.evaluateoncallframeresponse.exceptiondetails.md)
|
||
|
|
||
|
## Protocol.Debugger.EvaluateOnCallFrameResponse.exceptionDetails property
|
||
|
|
||
|
Exception details.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
exceptionDetails?: Runtime.ExceptionDetails;
|
||
|
```
|