BiXmlRpcError

This class is used when an error happens either at the server or due to an invalid response from the server. Errors of this type are thrown by BiXmlRpc

This class extends Error and therefore all methods and fields available for Error are also available for BiXmlRpcError .

Constructor

new BiXmlRpcError ( sMessage,nCode [ ,bServerGenerated ] )

Parameters

Name Type Optional Default Descripton
sMessage String A message describing the error
nCode Number An error code
bServerGenerated Boolean checked Optional argument describing whether the error was generated at the server.

Properties

Name Type get set Descripton
faultCode Number checked The fault code sent from the server
faultString String checked The fault string sent from the server
serverGenerated Boolean checked If the error was generated at the server then this is true. If this is false then it means that response was not well formed or invalid.

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks