[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Cast](./puppeteer.protocol.cast.md) > [IssueUpdatedEvent](./puppeteer.protocol.cast.issueupdatedevent.md) ## Protocol.Cast.IssueUpdatedEvent interface This is fired whenever the outstanding issue/error message changes. \|issueMessage\| is empty if there is no issue. Signature: ```typescript export interface IssueUpdatedEvent ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [issueMessage](./puppeteer.protocol.cast.issueupdatedevent.issuemessage.md) | string | |