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
623 void ThrowError(napi_env env, ExceptionErrorCode code, const std::string &msg, bool withErrCode) in ThrowError()657 napi_env env, ExceptionErrorCode errorCode, const std::string &errorMessage, bool withErrCode) in CreateBusinessError()
56 bool withErrCode = version != Version::API8; in Initialize() local
145 bool withErrCode = true; member