Searched refs:UNKROWN_ERR (Results 1 – 7 of 7) sorted by relevance
59 return UNKROWN_ERR; in ConvertUVCode2ErrCode()72 errno_ = errCodeTable.at(UNKROWN_ERR).first; in NError()73 errMsg_ = errCodeTable.at(UNKROWN_ERR).second + ", errno is " + to_string(abs(errCode)); in NError()107 code = errCodeTable.at(UNKROWN_ERR).first; in GetNapiErr()108 msg = errCodeTable.at(UNKROWN_ERR).second; in GetNapiErr()126 code = errCodeTable.at(UNKROWN_ERR).first; in GetNapiErrAddData()127 msg = errCodeTable.at(UNKROWN_ERR).second; in GetNapiErrAddData()148 code = errCodeTable.at(UNKROWN_ERR).first; in ThrowErr()149 msg = errCodeTable.at(UNKROWN_ERR).second; in ThrowErr()178 code = errCodeTable.at(UNKROWN_ERR).first; in ThrowErrAddData()[all …]
44 NError(UNKROWN_ERR).ThrowErr(env); in Constructor()61 NError(UNKROWN_ERR).ThrowErr(env); in Next()100 NError(UNKROWN_ERR).ThrowErr(exports_.env_); in Export()106 NError(UNKROWN_ERR).ThrowErr(exports_.env_); in Export()
80 return {env, NError(UNKROWN_ERR).GetNapiErr(env)}; in InstantiateReaderIterator()82 NError(UNKROWN_ERR).ThrowErr(env); in InstantiateReaderIterator()90 return {env, NError(UNKROWN_ERR).GetNapiErr(env)}; in InstantiateReaderIterator()92 NError(UNKROWN_ERR).ThrowErr(env); in InstantiateReaderIterator()
316 return UNKROWN_ERR; in CopySubDir()
69 NError(UNKROWN_ERR).ThrowErr(env); in FlushSync()99 NError(UNKROWN_ERR).ThrowErr(env); in Flush()149 NError(UNKROWN_ERR).ThrowErr(env); in ReadSync()217 NError(UNKROWN_ERR).ThrowErr(env); in WriteSync()315 NError(UNKROWN_ERR).ThrowErr(env); in Write()393 NError(UNKROWN_ERR).ThrowErr(env); in Read()460 NError(UNKROWN_ERR).ThrowErr(env); in Seek()
250 NError(UNKROWN_ERR).ThrowErr(env); in GetListFileResult()280 NError(UNKROWN_ERR).ThrowErr(env); in GetListFileResult()
38 constexpr int UNKROWN_ERR = -1; variable276 { UNKROWN_ERR, { FILEIO_SYS_CAP_TAG + E_UKERR, "Unknown error" } },