HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / WarningSummary Class / ID Property

In This Topic
    ID Property (WarningSummary)
    In This Topic
    The warning identifier, e.g. "'HW1001"
    Syntax
    'Declaration
     
    Public ReadOnly Property ID As String
    public string ID {get;}
    Remarks

    Warnings are grouped into three types; each with a different first digit:

    • HW1xxx - warnings IDs starting with "HW1" are related to performance issues
    • HW2xxx - warnings IDs starting with "HW2" are related to security issues
    • HW3xxx - warnings IDs starting with "HW3" are related to functional issues
    Requirements
     
    See Also