1# System Resource Error Codes
2
3> **NOTE**
4>
5> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](../errorcode-universal.md).
6
7## 180001 System Resource Not Found
8
9**Error Message**
10
11System resources do not exist
12
13**Description**
14
15This error code is reported if the requested system resource does not exist.
16
17**Possible Causes**
18
19The value of the input parameter is incorrect.
20
21**Solution**
22
23Check the input parameters.
24
25## 180002 Incorrect System Resource Format
26
27**Error Message**
28
29The format of input color parameter is incorrect.
30
31**Description**
32
33This error code is reported if the requested system resource format is incorrect.
34
35**Possible Causes**
36
37The parameter type is incorrect.
38
39**Solution**
40
41Check the input parameters.
42
43## 180003 Failed to Obtain Color Resources
44
45**Error Message**
46
47Failed to obtain the color resource.
48
49**Description**
50
51This error code is reported if the attempt to obtain color resources fails.
52
53**Possible Causes**
54
55The value of the input parameter is incorrect.
56
57**Solution**
58
59Check the input parameters.
60