HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Warning Class / Code Property

In This Topic
    Code Property (Warning)
    In This Topic
    The numeric part of the warning ID, e.g. 1001, 3002.
    Syntax
    'Declaration
     
    Public ReadOnly Property Code As Integer
    public int Code {get;}
    Remarks

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

    • 1xxx - warnings codes starting with 1 are related to performance issues
    • 2xxx - warnings codes starting with 2 are related to security issues
    • 3xxx - warnings codes starting with 3 are related to functional issues 
    Requirements
     
    See Also