Click or drag to resize

AbstractMetadataErrorTypes Property

Type of the object which an error could be received from the server.

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[XmlIgnoreAttribute]
public Type[] ErrorTypes { get; set; }

Property Value

Type: Type
Remarks

For an Soap Web Service, which has multiple SoapFault definitions, the type of SoapFault can listed in this property, and can be edited with Hummingbird Default Editor.

For Rest web service, All error replies or replies with 4XX or 5XX status code should be listed in this property.

See Also