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 | Optional argument describing whether the error was generated at the server. |
Properties
Methods
None.
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
None.
