Searched defs:jsErrMsg (Results 1 – 2 of 2) sorted by relevance
79 napi_value GenerateBusinessError(napi_env env, int32_t jsErrCode, const std::string &jsErrMsg) in GenerateBusinessError()139 std::string jsErrMsg = ConvertToJsErrMsg(jsErrCode); in GenerateBusinessError() local160 void AccountNapiThrow(napi_env env, int32_t jsErrCode, const std::string &jsErrMsg, bool throwErr) in AccountNapiThrow()
386 napi_value GenerateBusinessError(napi_env env, int32_t jsErrCode, const std::string &jsErrMsg) in GenerateBusinessError()407 void DlpNapiThrow(napi_env env, int32_t jsErrCode, const std::string &jsErrMsg) in DlpNapiThrow()