string Property

This topic documents a feature of Binary Behaviors, which are obsolete as of Internet Explorer 10.

A human-readable error message that corresponds to a specific invocation of the callService method.

Syntax

HTML N/A
Scripting [ errorDetailstring = ] errorDetail.string

Possible Values

errorDetail An instance of the errorDetail object that is created by invoking the callService method when the error property is true.
string A String defining a human-readable fault code. See the Messaging Specifications Index Page for detailed information on this parameter.

The property is read-only. The property has no default value.

Remarks

Use this property with client-side script to provide human-readable diagnostic information on an unsuccessful attempt to invoke a remote method with the WebService behavior. This property corresponds to the content of the faultstring sub-element of the SOAP. The faultstring element provides a human-readable explanation of the fault and is not intended for algorithmic processing.

Applies To

errorDetail, WebService

See Also

Using the WebService Behavior, result, errorDetail, Messaging Specifications Index Page