2020-07-13 13:01:35 +00:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home ](./index.md ) > [puppeteer ](./puppeteer.md ) > [Protocol ](./puppeteer.protocol.md ) > [Audits ](./puppeteer.protocol.audits.md ) > [InspectorIssueCode ](./puppeteer.protocol.audits.inspectorissuecode.md )
## Protocol.Audits.InspectorIssueCode type
A unique identifier for the type of issue. Each type may use one of the optional fields in InspectorIssueDetails to convey more specific information about the kind of issue.
< b > Signature:< / b >
```typescript
2020-09-09 19:23:46 +00:00
export type InspectorIssueCode = ('SameSiteCookieIssue' | 'MixedContentIssue' | 'BlockedByResponseIssue' | 'HeavyAdIssue' | 'ContentSecurityPolicyIssue');
2020-07-13 13:01:35 +00:00
```