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

NameTypeOptionalDefaultDescripton
sMessageStringA message describing the error
nCodeNumberAn error code
bServerGeneratedBooleanOptional argument describing whether the error was generated at the server.

Properties

NameTypegetsetDescripton
faultCodeNumbercheckedThe fault code sent from the server
faultStringStringcheckedThe fault string sent from the server
serverGeneratedBooleancheckedIf 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

None.