error Property
This topic documents a feature of Binary Behaviors, which are obsolete as of Internet Explorer 10.
A Boolean property created by the WebService behavior after calling the callService method.
Syntax
HTML N/A Scripting [ bError = ] object.error
Possible Values
bError A Boolean property of the result object that is created using the callService method.
- false
- Default. No error occurred.
true
- An error occurred.
The property is read-only. The property has a default value of false.
Remarks
If the value of bError is true, the errorDetail object is available and exposes properties for error diagnostics and debugging. Otherwise, the errorDetail object is undefined.
Applies To
result, WebService
See Also
Using the WebService Behavior, result, errorDetail, Messaging Specifications Index Page