That depends on the return code.
这要取决于返回代码。
A return code of 0 indicates no error.
返回码为0就说明没有错误。
You can see in the above trace the -4499 return code.
从上面的跟踪中可以看到- 4499这个返回代码。
The return code will be 0 if customization executes successfully.
如果定制执行成功,那么返回代码为 0。
Inside each script, capture the return code of each line command.
在每个脚本内,捕获每个行命令的返回码。
This return code usually indicates some kind of error has occurred.
这个返回代码通常表明发生了某些错误。
The important thing is for you to get the return code of the command.
对于您来说,重要的是获得该命令的返回代码。
The interrupt handler function now has a return code of type irqreturn_t.
现在的中断处理函数的返回代码是一个 irqreturn_t类型。
Like exec , it also returns the last line and makes the return code available.
它还像exec一样返回最后一行,并使返回代码可用。
If an object method needs to report an error, then a return code should be used.
假如一个对象的方法需要报告一个错误,这时一个返回码需要用到。
Listing 3 shows an example of our first error, sqlcode SQL4301 with return code 0.
清单3显示第一个错误的例子,sqlcode为sql 4301,返回码为0。
Then you use the conditional if statement to check the return code of the command.
然后,您使用条件型if语句,以检查该命令的返回代码。
For all other names, the return code should be 1, indicating no such customer found.
对于其它所有的名称来说,返回码应该为1,表明没有发现这样的客户。
The return code is handed back to the wrapper, which hands it back to your code.
返回代码被传递回到包装器,后者再将其传递回到您自己的代码。
The application should exit to the caller with a return code using the System.exit().
此应用程序会使用 System.exit()返回到调用方,并带有返回代码。
If the lock cannot be set for any reason then this would be reflected in the return code.
如果出于任何原因不能设置这个加锁,那么其结果会在返回码中反映出来。
If the call to the interface returns a good return code, assume that the application is healthy.
如果对该接口的调用返回一个良好的返回码,则假定应用程序是健康的。
Limiting the wait time and sending an alert on an error return code would be a very good thing to add.
限制这个等待时间,并发送关于一个错误返回码的警报,是非常有必要增加的一个功能。
For expected state changes, use a return code, sentinel, or special method that returns a status.
对于可预知的状态改变,使用返回代码、标记或者特定的方法返回状态值。
When the property is set to false, the shell gets a 0 return code even in case of customization failure.
在将属性设置为false后,即使定制错误,也会将0返回到shell中。
In this scenario, the procedure completes successful execution and returns a return code of 0 to the caller.
在这个场景中,过程成功执行并将0的返回码返回给调用者。
It takes the connection object as a parameter and returns the return code for the function that was executed.
它的参数是连接对象,它返回已经执行的函数的返回码。
For each ODBC function invoked, a special value known as a return code is returned to the calling application.
对于每个被调用的odbc函数,都要向调用它的应用程序返回一个值,该值就是所谓的返回代码。
An invalid return code was encountered waiting for a program to execute. The command being executed was {0}.
在等待程序执行时遇到无效的返回代码。所执行的命令为{0}。
You might tinker with the HTTP response that each method renders, but your client code is really after only the HTTP return code.
可以修补每个方法呈现的HTTP响应,但是客户代码实际就在http返回码之后。
you could create a function such as the following, which also handles the return code and, if needed, increases the error counter
而是创建一个如下所示的函数,此函数也可以处理返回码,如果有必要,还可以增加错误计数器
Processing stops immediately when this statement is executed, and the procedure return code to the caller is the value of SQLERROR.
在执行该语句时处理将立即停止,而过程返回给调用者的代码是SQLERROR的值。
Typically if the return code is not X509_V_OK, there is a problem with the certificate or the security surrounding the certificate.
通常,如果返回代码不是 X509_V_OK,那么这个证书就有问题,或者这个证书存在安全性隐患。
When test has evaluated the expression, you're returned to a command prompt, where you can verify the return code, as shown in Listing 10.
当test运算完表达式时,返回到命令提示,可以在这里检查返回码,见 清单 10。
The return code of the scripts will indicate if the chunk is allowed to continue in the flow, that is, going to the pipelines or is skipped.
脚本的返回代码会指示是否允许数据块继续位于流中,也就是说,是使它流向管道还是跳过它。
应用推荐