HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Entry Class / Error Property

In This Topic
    Error Property
    In This Topic

    Gets a string containing the details of any error that occurred while processing the HTTP request, e.g. "net::ERR_NAME_NOT_RESOLVED" when an invalid domain name is used in a URL.

    Syntax
    'Declaration
     
    Public ReadOnly Property Error As String
    public string Error {get;}
    Requirements
     
    See Also