puppeteer/new-docs/puppeteer.protocol.debugger.evaluateoncallframeresponse.exceptiondetails.md

14 lines
617 B
Markdown
Raw Normal View History

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