调用错误 meaning in English
call error
Examples
- System call errors
系统调用错误 - The error functions will return null if called outside the scope of a catch block
如果在catch块的作用域之外调用错误函数,错误函数将返回null 。 - If you try to call the wrong method for an object , you ' ll get an error message at compile - time
若试图为一个对象调用错误的方法,就会在编译期得到一条出错消息。 - This method is responsible for appending the logging events and for calling error handlers if an error occurs
这个方法负责附加日志记录事件,并在错误发生时负责调用错误处理程序。 - Errno . h is needed for the declaration of errno , the global system call error number variable more on that below
Errno . h是声明errno所需要的, errno是全局系统调用错误号变量(下面会有更多介绍) 。