bixmlrpcerror.xml
来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 49 行
XML
49 行
<?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 + =
减小字号Ctrl + -
显示快捷键?