InspectorIssueCode Enumeration | 
Version 93.1.111 
            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.
            
 
    Namespace: 
   CefSharp.DevTools.Audits
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxpublic enum InspectorIssueCode
public enum class InspectorIssueCode
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | SameSiteCookieIssue | 0 | 
            SameSiteCookieIssue
             | 
 | MixedContentIssue | 1 | 
            MixedContentIssue
             | 
 | BlockedByResponseIssue | 2 | 
            BlockedByResponseIssue
             | 
 | HeavyAdIssue | 3 | 
            HeavyAdIssue
             | 
 | ContentSecurityPolicyIssue | 4 | 
            ContentSecurityPolicyIssue
             | 
 | SharedArrayBufferIssue | 5 | 
            SharedArrayBufferIssue
             | 
 | TrustedWebActivityIssue | 6 | 
            TrustedWebActivityIssue
             | 
 | LowTextContrastIssue | 7 | 
            LowTextContrastIssue
             | 
 | CorsIssue | 8 | 
            CorsIssue
             | 
 | AttributionReportingIssue | 9 | 
            AttributionReportingIssue
             | 
 | QuirksModeIssue | 10 | 
            QuirksModeIssue
             | 
 | NavigatorUserAgentIssue | 11 | 
            NavigatorUserAgentIssue
             | 
 | WasmCrossOriginModuleSharingIssue | 12 | 
            WasmCrossOriginModuleSharingIssue
             | 
See Also