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