if return ERROR的意思|示意

美 / / 英 / /

如果返回错误


if return ERROR的网络常见释义

存储分配失败 请问函数中的形参怎样用c表示?不再使用引用 ... } SqList; // 俗称 顺序表 if (!L->elem) return ERROR; // 存储分配失败 L->length = 0; // 空表长度为0 ...

if return ERROR相关例句

If an object method needs to report an error, then a return code should be used.

假如一个对象的方法需要报告一个错误,这时一个返回码需要用到。

It will return null if there no other error messages to return.

如果没有要返回的其他错误消息,则返回null。

If no handlers are found to handle the request, the server will return a 501 error.

如果没有找到处理请求的处理程序,服务器将返回一个501错误。

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 错误代码。

you could create a function such as the following, which also handles the return code and, if needed, increases the error counter

而是创建一个如下所示的函数,此函数也可以处理返回码,如果有必要,还可以增加错误计数器

If any of the above queries fail to return the desired remote procedure, error SQL1253N is thrown during CREATE procedure.

如果以上任何查询无法返回所需的远程过程,那么在执行CREATE PROCEDURE期间会抛出错误SQL 1253n。