The return codes of the various CLI APIs.
各种CLIAPI的返回代码。
Second Example with return codes from a function.
第二个示例包含从函数返回的代码。
In addition, there's no mention of any return codes used in the script.
另外,这里没有提到这个脚本中使用的任何返回码。
The return codes for event producers are defined in sys/ahafs_evProds.h.
事件生成器的返回码在sys/ahafs_evProds.h 中定义。
Error return codes are given because the certificate is potentially unsafe.
由于证书可能是不安全的,因此会返回错误代码。
This implies FM doesn't support handling return codes explicitly at this stage.
这意味着FM 目前不支持显式地处理返回码。
Exceptions offer several advantages over other methods of error notification, such as return codes.
与其他错误通知方法(如返回代码)相比,异常具有若干优点。
Notice the HTTP return codes returned at the end of each of the methods, both in success and failure cases.
注意,不论在成功或失败的案例中,在每个方法的最后总返回HTTP返回代码。
Details panes to examine any problems with URLs, return codes, page redirects, and dependent requests.
“详细信息”窗格检查与url、返回代码、页面重定向以及从属请求有关的所有问题。
This is, of course, merely one approach disciples may take to the question of return codes versus exceptions.
当然了,这就是信徒们用来质问返回编码和异常之间区别的唯一方法了。
Return codes and SQLSTATE messages aid in diagnosing error conditions during the execution of an ODBC application.
返回代码和SQLSTATE消息可以帮助诊断odbc应用程序执行期间出现的错误状况。
Despite your best efforts, there are times when your applications will receive 2035 Authorization Error return codes.
尽管您费尽心思,有时应用程序仍然会接收到2035Authorizationerror返回码。
You can define a file, for example /tmp/jmeter.out, to contain the return codes for the HTTP request-response activity.
您可以定义一个文件(例如 /tmp/jmeter.out)来包含HTTP请求响应活动的返回代码。
Another extremely helpful use for comments in shell scripts is to explain what variables may be as well as explaining return codes.
在shell脚本中,注释的另一个极其有帮助的用途是,解释变量的有效值以及解释返回码的含义。
The documentation for each event producer lists, which return codes, indicates that an unavailable event occurrence has been detected.
每个事件生成器的文档列出了表示探测到不可用事件发生的返回码。
It indicates whether the function executed as expected. Table 6 lists the possible return codes that can be returned by any ODBC function.
返回代码指出函数是否如预期的那样执行。
If mappable, the Windows construct can be mapped to the specified Linux construct (s) by closely examining the types, parameters, return codes, and such.
如果可映射,则Windows结构可以映射到特定的Linux结构(需要仔细检查类型、参数、返回代码等)。
Adding a few comments to the lines in Listing 8 and adding a section on which return codes are used and their descriptions cuts down on confusion immensely.
向清单8的代码行中添加一些注释和一个专门描述返回码的注释块,这样就可以显著降低理解难度。
The tool provides a list of HTTP return codes, URI and graphical presentations of available clusters, and server topologies from the configuration and trace files.
此工具提供配置和跟踪文件中的HTTP返回代码列表、URI和可用集群的图形表示形式,以及服务器拓扑。
It is a good practice to collect status description from each invoke such as return codes etc. into a repeatable array and return the same back to service consumer.
从每个调用中收集状态描述是很好的实践,例如将错误代码等返回到一个可重复的数组中然后原样返还给服务消费者。
In both of these examples, the application isn't concerned with parsing XML or checking HTTP return codes or similar issues; the toolkits handle most of the details.
在这两个样例中,应用程序并不考虑解析xml或检查HTTP返回代码或类似问题。工具包处理大部分的细节问题。
PERL is the driving language it controls the build or deployment flow, checks return codes and based on the logic executes through a designed build and deployment path.
PERL是驱动语言,它控制构建或部署流,检查返回的代码,用设计好的构建和部署路径执行逻辑操作。
The test_list test case asserts a response of :success, but it could assert :redirect (for an HTTP redirect), :missing (for not_found), or any integer for individual HTTP return codes.
test_list测试用例可以声明 :success响应,但是它应当声明 :redirect (代表HTTP 重定向)、:missing (代表 not_found),或代表单个 HTTP返回代码的整数。
The stored procedures return 0 (zero) when they run successfully and SQL error codes if it finds any issues with the parameters or policy file content.
如果成功运行,则存储过程将返回0(零),如果发现任何参数或策略文件内容问题,则返回SQL错误代码。
In brief, use exceptions properly and never return error codes.
简而言之,合理使用异常,切勿返回错误代码。
Transform provider error codes - It is possible that different service providers return service errors using different semantics.
转换提供者错误代码——不同的服务提供者会使用不同的语义来返回服务错误。
Some frameworks also provide a series of standardized key codes that represent keyboard-based events (such as hitting the Escape key, Return key, cursor keys, and so forth).
有些框架还会提供一组标准键盘代码来表示基于键盘的事件(如按下escape键、return键、光标键,等等)。
Under an abnormally large load, the server will return failure codes appropriately.
在一个大到不正常的负荷量下,服务器会返回出错的代码。
Avoid error codes as method return values.
避免使用错误代码作为方法的返回值。
不要返回错误代码。
应用推荐