Searched defs:jsErrMsg (Results 1 – 2 of 2) sorted by relevance
73 napi_value GenerateBusinessError(napi_env env, int32_t jsErrCode, const std::string &jsErrMsg) in GenerateBusinessError()133 std::string jsErrMsg = ConvertToJsErrMsg(jsErrCode); in GenerateBusinessError() local145 void AccountNapiThrow(napi_env env, int32_t jsErrCode, const std::string &jsErrMsg, bool throwErr) in AccountNapiThrow()
379 napi_value GenerateBusinessError(napi_env env, int32_t jsErrCode, const std::string &jsErrMsg) in GenerateBusinessError()400 void DlpNapiThrow(napi_env env, int32_t jsErrCode, const std::string &jsErrMsg) in DlpNapiThrow()