WebTestErrorType Enumeration

Enumerates the types of errors that can be included in a WebTestError object.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Enumeration WebTestErrorType
public enum WebTestErrorType
public enum class WebTestErrorType
type WebTestErrorType
public enum WebTestErrorType

Members

Member name Description
ConditionalRuleError A ConditionalRule error.
DataCollectionError
DataCollectionWarning
Exception An exception error.
ExtractionRuleError An ExtractionRule error.
HttpError An HTTP error.
TestError A test error.
Timeout A time-out error.
ValidationRuleError A ValidationRule error.

See Also

Reference

Microsoft.VisualStudio.TestTools.WebTesting Namespace