[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [ExceptionDetails](./puppeteer.protocol.runtime.exceptiondetails.md) > [text](./puppeteer.protocol.runtime.exceptiondetails.text.md) ## Protocol.Runtime.ExceptionDetails.text property Exception text, which should be used together with exception object when available. Signature: ```typescript text: string; ```