[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Log](./puppeteer.protocol.log.md) > [ViolationSettingName](./puppeteer.protocol.log.violationsettingname.md) ## Protocol.Log.ViolationSettingName enum Signature: ```typescript export const enum ViolationSettingName ``` ## Enumeration Members | Member | Value | Description | | --- | --- | --- | | BlockedEvent | 'blockedEvent' | | | BlockedParser | 'blockedParser' | | | DiscouragedAPIUse | 'discouragedAPIUse' | | | Handler | 'handler' | | | LongLayout | 'longLayout' | | | LongTask | 'longTask' | | | RecurringHandler | 'recurringHandler' | |