⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bixmlrpcerror.xml

📁 ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.
💻 XML
字号:
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiXmlRpcError" extends="Error">	<description>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<link class="BiXmlRpc">BiXmlRpc</link>	</description>	<arguments>		<argument name="sMessage">			<description>A message describing the error</description>			<type>String</type>		</argument>		<argument name="nCode">			<description>An error code</description>			<type>Number</type>		</argument>		<argument name="bServerGenerated" optional="true">			<description>Optional argument describing whether the 									server generated at the server.</description>			<type>Boolean</type>		</argument>	</arguments>	<staticMethods>	</staticMethods>	<staticFields>	</staticFields>	<methods>	</methods>	<properties>		<property name="faultCode" get="true">			<description>The fault code sent from the server</description>			<type>Number</type>		</property>		<property name="faultString" get="true">			<description>The fault string sent from the server</description>			<type>String</type>		</property>		<property name="serverGenerated" get="true">			<description>If the error was generated at the server then this is <code>true</code>. If this is <code>false</code> then it means that response was not well formed or invalid.</description>			<type>Boolean</type>		</property>	</properties>	<events>	</events>	<remarks>	</remarks></class>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -