Home
Products & Services
Developers
XML
XML-RPC
Contents Table
On-Line Help
Release Notes
Install Notes
Binaries
Sources
RSS
About
Want to know more?
Use the following form to contact someone at EnAppSys for more information.

GetHTTPError Method

See Also   Example   Applies To

Returns a string with a text description of the HTTP status code.

Syntax

object.GetHTTPError (ErrorNumber)

Part Description
object An object expression that evaluates to an XMLRPCUtility object.
ErrorNumber Required. An integer (type Integer) which is the HTTP status code.

Remarks

When the remote XML-RPC server responds it sends an HTTP status code. If this code is 200 it means OK, otherwise it means there is an issue with the transfer.e.g. Error code 404 means "Not Found - The server has not found anything matching the requested URI (Uniform Resource Identifier)"

An example of the code fragment needed is below:

Dim X as New XMLRPCUtility ' The Utility object

Print X.GetHTTPError(HTTPStatusCode)
Terms of Use, Cookie and Privacy PoliciesAll Materials on this Website are Copyright EnAppSys Ltd. ©2002 - 2012
Registered Office: EnAppSys Ltd, Arnison House, 139B The High Street, Yarm, Stockton-on-Tees TS15 9AY
Registered in England and Wales, Number: 4685938