HarmonyOS occur exception need return错误
在返回字符串时用:
napi_create_typedarray(env, napi_int8_array, len, output_buffer, 0, &output_array);
就能正确返回,但是我们需要用Unicode字符串,需要用:
napi_create_typedarray(env, napi_int16_array, len, output_buffer, 0, &output_array);
报错如下:
07-04 09:43:23.613 12990-12990 C03F00/ArkCompiler com.examp...lication E [default] [Call:2994] occur exception need return
07-04 09:43:23.613 12990-12990 C03F00/ArkCompiler com.examp...lication E RangeError: The newByteLength is out of range.
要怎么处理才能正确返回Unicode字符串?
HarmonyOS
赞
收藏 0
回答 1
待解决
相关问题
#鸿蒙通关秘籍#处理occur exception need return日志提示的方案有哪些?
71浏览 • 1回复 待解决
HarmonyOS Function return type inference is limited (arkts-no-implicit-return-types) <ArkTSCheck>
44浏览 • 1回复 待解决
HarmonyOS forEach return退出循环
0浏览 • 0回复 待解决
forEach循环中,编译报错:Not all code paths return a value
864浏览 • 1回复 待解决
编译报错Found exception如下
1486浏览 • 1回复 待解决
. > An error occur in configuration.
6148浏览 • 1回复 待解决
RDS MySQL出现“OPERATION need to be executed set
2419浏览 • 1回复 待解决
code linter 校验return Promise<string>类型
1832浏览 • 1回复 待解决
[Fail]ExecuteCommand need connect-key?
9943浏览 • 2回复 待解决
HarmonyOS BusinessError: An exception occurred during serialization, taskpool: failed to serialize arguments
5浏览 • 1回复 待解决
HarmonyOS 我想问下 return 一个Promise 为什么没用
424浏览 • 1回复 待解决
函数返回类型设定为Promise,内部实现return this.a?.fun()
1761浏览 • 1回复 待解决
HarmonyOS 系统库中含有std::exception类型信息导致catch异常
42浏览 • 1回复 待解决
获取设备列表FeatureAbility.getDeviceList报process request runtime exception
5523浏览 • 1回复 待解决
使用hdc命令提示[Fail]ExecuteCommand need connect-key
43646浏览 • 8回复 待解决
SystemPluginLoader: find plugin class exception, Class:ohos.event.notification.plugin.NotificationPl
5931浏览 • 1回复 待解决
安装pcre报错“You need a C++ compiler for C++ support.”
2662浏览 • 1回复 待解决
HarmonyOS 4.0 hdc使用hdc list targets 报empty,hdc install提示[Fail]ExecuteCommand need connect-key?
7444浏览 • 1回复 待解决
HarmonyOS 错误提示如下
169浏览 • 1回复 待解决
HarmonyOS instanceof判断错误
69浏览 • 1回复 待解决
webview错误码105 是什么错误?
852浏览 • 1回复 待解决
HarmonyOS NDK编译错误
541浏览 • 1回复 待解决
HarmonyOS 上架提示错误
40浏览 • 1回复 待解决
HarmonyOS 定义对象赋值错误
31浏览 • 1回复 待解决
问题原因是长度超出范围了,可以参考: