Package 

Enum InspectorIssueCode

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum InspectorIssueCode
    extends Enum<InspectorIssueCode>
                        

    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.

    Official doc