harmony 鸿蒙commonlibrary子系统JS API变更Changelog
commonlibrary子系统JS API变更Changelog
OpenHarmony 3.2.10.1(Mr)版本相较于OpenHarmony 3.2.beta4版本,container子系统的API变更如下
cl.公共基础类库子系统.1 错误码及信息变更
公共基础类库子系统子系统中ArrayList、List、LinkedList、Stack、Queue、Deque、PlainArray、LightWeightMap、LightWeightSet、HashMap、HashSet、TreeMap、TreeSet类的接口抛出的错误码及信息变更:
变更后的错误码详细介绍请参见语言基础类库错误码。
已使用相关接口开发的应用无需重新适配。
关键的接口/组件变更
各个类中的接口重新定义了错误码抛出的信息,并在对应模块的*.d.ts
声明文件中通过’@throws’标签进行标示。
示例如下:
ArrayList类变更前:
constructor();
ArrayList类变更后:
@throws { BusinessError } 10200012 - The ArrayList’s constructor cannot be directly invoked.
constructor();
变更影响
暂无影响。
你可能感兴趣的鸿蒙文章
harmony 鸿蒙ArkUI子系统LocalStorage类接口ChangeLog
harmony 鸿蒙security子系统ChangeLog
harmony 鸿蒙元能力子系统JS API变更Changelog
harmony 鸿蒙分布式数据管理子系统JS API变更Changelog
harmony 鸿蒙cl.multimedia.av_session.001 av_session所有接口更换为系统接口
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦