[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [AwaitPromiseResponse](./puppeteer.protocol.runtime.awaitpromiseresponse.md) ## Protocol.Runtime.AwaitPromiseResponse interface Signature: ```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. |