• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# 系统资源错误码
2<!--Kit: ArkUI-->
3<!--Subsystem: ArkUI-->
4<!--Owner: @xiang-shouxing-->
5<!--Designer: @xiang-shouxing-->
6<!--Tester: @sally__-->
7<!--Adviser: @HelloCrease-->
8
9> **说明:**
10>
11> 以下仅介绍本模块特有错误码,通用错误码请参考[通用错误码说明文档](../errorcode-universal.md)。
12
13## 180001 系统资源不存在
14
15**错误信息**
16
17System resources does not exist.
18
19**错误描述**
20
21当前系统资源不存在。
22
23**可能原因**
24
25输入参数的值有误。
26
27**处理步骤**
28
29step1.请检查输入的参数
30
31## 180002 系统资源类型不正确
32
33**错误信息**
34
35The type of system resources is incorrect.
36
37**错误描述**
38
39当前系统资源类型不正确。
40
41**可能原因**
42
43输入参数的类型错误。
44
45**处理步骤**
46
47step1.请检查输入的参数
48
49## 180003 颜色资源获取失败
50
51**错误信息**
52
53Failed to obtain the color resource.
54
55**错误描述**
56
57颜色资源获取失败。
58
59**可能原因**
60
61输入参数的值有误。
62
63**处理步骤**
64
65step1.请检查输入的参数
66