XMLParseError Property
See Also Example Applies To
Read-Only. A string containing the error returned from processing the XML response returned from the remote server.
Syntax
object.XMLParseError
The object placeholder represents an XMLRPCResponse object.
Remarks
This property is read-only. If the Status property is set to XMLRPC_XMLPARSERERROR then use this property to get a description of the problem with the XML returned from the remote server. Also look in the XMLResponse property for more clues.
|