errorcode meaning in English
一个错误代码
Examples
- Check the errorcode property to determine why the socket error occurred
检查errorcode属性以确定发生该套接字错误的原因。 - Check the errorcode property of the exception to determine the hresult returned by the com object
检查该异常的errorcode属性,以确定com对象返回的hresult - Notice that , in addition to the columns from the source data file , three new columns are present : errorcode , errorcolumn , and errordescription
请注意,除了源数据文件中的列以外,还存在三个新列: errorcode 、 errorcolumn和errordescription 。 - Notice that all the rows in the file contain the unmatched currencyid value of bad , the errorcode value of - 1071607778 , the errorcolumn value of 0 , and the errordescription value " row yielded no match during lookup "
请注意,文件中的所有行都包含不匹配的currencyid值bad 、 errorcode值- 1071607778 、 errorcolumn值0以及errordescription值“在查找期间行没有生成任何匹配项” 。 - Pdo will simply set the error code for you to inspect using the errorcode and errorinfo methods on both the statement and database objects ; if the error resulted from a call on a statement object , you would invoke the errorcode or errorinfo method on that object
Pdo将只设置错误代码,以通过errorcode ( )和errorinfo ( )方法对语句和数据库对象进行检查。如果错误是由于对语句对象的调用而产生的,那么可以在那个对象上调用errorcode ( )或errorinfo ( )方法。