Click or drag to resize

SavedResponseErrorType Property

When the property ThrowsException is set to True, ErrorType contains AssemblyQualifiedName of the Object Type.

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public string ErrorType { get; set; }

Property Value

Type: String
Remarks

When used with HTTP Server, ErrorType can contains HTTP Status and/or Response Structure.

When used with SOAP Server, ErrorType will be the equivalent Details type of the SOAP Fault defined in WSDL, See W3C specification for details

See Also