<!-- 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; [Runtime](./puppeteer.protocol.runtime.md) &gt; [AwaitPromiseResponse](./puppeteer.protocol.runtime.awaitpromiseresponse.md)

## Protocol.Runtime.AwaitPromiseResponse interface

<b>Signature:</b>

```typescript
export interface AwaitPromiseResponse 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [exceptionDetails](./puppeteer.protocol.runtime.awaitpromiseresponse.exceptiondetails.md) | [ExceptionDetails](./puppeteer.protocol.runtime.exceptiondetails.md) | Exception details if stack strace is available. |
|  [result](./puppeteer.protocol.runtime.awaitpromiseresponse.result.md) | [RemoteObject](./puppeteer.protocol.runtime.remoteobject.md) | Promise result. Will contain rejected value if promise was rejected. |