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