Searched defs:withErrCode (Results 1 – 4 of 4) sorted by relevance
139 bool withErrCode = jsParam.task->config_.version == Version::API10; in On() local183 bool withErrCode = jsParam.task->config_.version == Version::API10; in Off() local
622 void ThrowError(napi_env env, ExceptionErrorCode code, const std::string &msg, bool withErrCode) in ThrowError()656 napi_env env, ExceptionErrorCode errorCode, const std::string &errorMessage, bool withErrCode) in CreateBusinessError()
52 bool withErrCode = version != Version::API8; in Initialize() local
139 bool withErrCode = true; member