14 lines
608 B
Markdown
14 lines
608 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) > [SetScriptSourceResponse](./puppeteer.protocol.debugger.setscriptsourceresponse.md) > [exceptionDetails](./puppeteer.protocol.debugger.setscriptsourceresponse.exceptiondetails.md)
|
||
|
|
||
|
## Protocol.Debugger.SetScriptSourceResponse.exceptionDetails property
|
||
|
|
||
|
Exception details if any.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
exceptionDetails?: Runtime.ExceptionDetails;
|
||
|
```
|