[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [CompileScriptResponse](./puppeteer.protocol.runtime.compilescriptresponse.md) ## Protocol.Runtime.CompileScriptResponse interface Signature: ```typescript export interface CompileScriptResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [exceptionDetails](./puppeteer.protocol.runtime.compilescriptresponse.exceptiondetails.md) | [ExceptionDetails](./puppeteer.protocol.runtime.exceptiondetails.md) | Exception details. | | [scriptId](./puppeteer.protocol.runtime.compilescriptresponse.scriptid.md) | [ScriptId](./puppeteer.protocol.runtime.scriptid.md) | Id of the script. |