错误代码
- 网络error;error code;errorcode;errno
-
如果机器运转不正常,就会出现错误代码。
In the event of the machine not operating correctly , an error code will appear .
-
输入了无效信息将显示错误代码。
An error code will be displayed if any invalid information has been entered .
-
此属性返回与此异常关联的windows错误代码。
This property returns the windows error code associated with this exception .
-
其中还提供了一个错误代码和一个si代码。
The structure also provides an error code and an si code .
-
以下示例指定EXIT期间返回的错误代码。
The following example specifies the error code returned during EXIT .
-
然而,如果您的程序是面向用户的Web应用程序的一部分,您不能抛出堆栈跟踪和错误代码。
However , if your program is part of a customer-facing Web application , you cannot throw out stack traces and error codes .
-
正如在FailureAcceptance下面所注意的那样,测试运行时的错误代码返回容忍门槛为5%。
As previously noted under Failure Acceptance , the tests ran with an allowable threshold of5 % for error codes returned .
-
exit使用错误代码0退出该程序,这个错误代码通常表示成功结束。
Exit exits the program with an error code of0 , traditionally associated with a successful completion .
-
如果有地方出了问题,则返回一个错误代码,该代码被记录在命令行工具的verify选项下。
If something was wrong , it returns an error code that is documented under the verify option for the command-line tool .
-
注意:DB2和solidDB错误代码是不同的。
Note : DB2 and solidDB error codes differ .
-
以下示例使用exit错误代码显示了出现OS错误期间的CLPPlus行为。
The following example shows the CLPPlus behavior during an OS error with exit error code .
-
可以在表达式中使用此错误代码属性,仅选择要在catch子句中处理的特定错误。
You can use the error code property in the expression to select only the particular error you want to handle in that catch clause .
-
JDBC通用驱动程序错误代码
JDBC Universal Driver error codes
-
以下的系统错误代码与这些传感器相关,可用来触发SNMPTrapEventSubscription配置中的警报
The following system error codes are associated with these sensors and can be used to trigger alerts from the SNMP Trap Event Subscription configuration
-
JCC驱动程序只能发出少数几种DB2通用驱动程序错误代码。
There is only a handful of DB2 Universal Driver error codes issued by the JCC driver .
-
visio已将错误代码返回到附件库。
Visio returned an error code to the add-on library .
-
JIT编译器可能生成错误代码,该代码引用或尝试对无效的位置进行分支。
The JIT compiler may produce incorrect code that either references or attempts to branch to an invalid location .
-
XSD中嵌入的注释可为服务使用者(客户机)应用程序开发人员描述错误代码的含义。
Comments embedded in the XSD describe the meaning of error codes to service consumer ( client ) application developers .
-
当INSERT语句失败并且错误代码在DECLAREEXITHANDLER语句中指定,那么控制将传递到处理程序,而过程将退出。
When the INSERT statement fails with the error code specified in the DECLARE EXIT HANDLER statement , control passes to the handler , and the procedure is exited .
-
输出显示错误代码为300,表明这是一个DSI崩溃。
The error code indicated by the output is300 , which means this is a DSI crash .
-
它会立即返回错误代码EBUSY。
It immediately returns with the error code EBUSY .
-
下一阶段的JCC产品将用SQLSTATE和SQLCODE来定义这些错误代码。
The next phase of the JCC product is to define these error codes with an SQLSTATE and SQLCODE .
-
介绍了ILASII中常见错误代码及其解决办法。
This paper has introduced common erroneous ILAS codes and their solutions .
-
ILASII常用错误代码汇总及解决方法
Collection of Common Erroneous ILAS Codes and Their Solutions
-
通过查看事件日志条目(包括检查错误代码和oab序号)可以解决oab下载问题。
You can resolve OAB download issues by reviewing event log entries , which involves examining the error code and OAB sequence number .
-
它的标准化的查询方法、标准化的错误代码集、连接和注册到DBMS的标准方法以及标准化的数据类型,都给用户开发应用程序带来了巨大的方便,节省了用户的精力和时间。
It brings great convenience to users with standard query methods , standard error codes , standard data types and ways of connectivity and registration to DBMS , which also save users ' time and energy .
-
exec()命令与shellexec()相似,不同之处是它返回输出的最后一行,并且可选地用命令的完整输出和错误代码填充数组。
The exec () command is similar to shell_exec (), except it returns the last line of the output and , optionally , populates an array with the full output of the command , along with the error code .
-
对于每条诊断记录,SQLGetDiagRec()函数调用将检索SQLSTATE值、诊断消息和本地错误代码。
For each diagnostic record , a SQLGetDiagRec () function call retrieves SQLSTATE values , diagnostic messages , and native error codes .
-
让我们快速地了解一些代码演示errno的情况,并了解可用于将错误代码转换成可读性更强的内容的几个函数。
Let 's take a quick look at some code demonstrating errno and a couple of functions that you can use to transform that error code into something more human-readable .
-
除了设置错误代码以外,PDO还将抛出一个PDOException,并设置其属性,以反映错误代码和错误信息。
In addition to setting the error code , PDO will throw a PDOException and set its properties to reflect the error code and error information .