函数调用成功时返回零,失败时返回非零的错误代码。
This call either returns zero on success or a non-zero error code on failure.
错误代码和消息被作为OUT参数返回给调用者。
The error code and message are returned to the caller as OUT parameters.
为简便起见,调用失败时仅返回错误消息。
For the sake of simplicity, I just return the error message if the call fails.
您可以在foreach调用之前添加usebytes;来查看一些错误的行为。
You can see the "wrong" behavior by adding use bytes; before the foreach call.
如果你尝试在factorial之外去调用fact,你会得到一个编译错误。
If you try to call fact outside of factorial, you will get a compiler error.
mysqli_errno函数返回最近的函数调用的错误码。
The mysqli_errno function returns the error code of the most recent function call.
在发生错误的情况下,此函数会向调用者返回一个空数组。
In case of an error, this function returns an empty array to the caller.
此线程将响应返回到调用实体时会发生错误。
This would be the wrong thread to return the response to the calling entity.
在这种情况下,过程会立即退出并向调用者返回一个错误状态。
In this case, the procedure exits immediately and returns a failing status to the caller.
分布式调用是应用程序性能低和出错误的一个常见源头。
Distributed calls are a common source of slow application performance and errors.
如果任何验证失败,会向调用方返回错误消息。
Should any of the validations fail, an error message is returned to the caller.
但是稍后,当我调用FindValue函数时,你的类却返回了一个错误值。
But later, when I call FindValue, your class gives me the wrong value.
新进程继承调用进程的错误模式。
返回最近调用此函数产生的状态信息或错误代码。
Returns an error or status code associated with the most recent function call.
如果没有找到可行函数,则该调用错误。
If there are no viable functions, then the call is in error.
系统错误,1726已经发生。远程过程调用失败了。
System error 1726 has occurred. The remote procedure call failed.
“显示调用堆栈”链接,这将进一步扩展此错误以显示调用堆栈。
Show call stack link, which further expands the error to show the call stack.
对错误类型的析构函数进行了调用。
对错误类型的析构函数进行了调用。
应用推荐