• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Media Library 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<!--Del-->
8## 23800107 Context Is Empty or Invalid
9
10**Error Message**
11
12Context is invalid.
13
14**Description**
15
16This error code is reported if the context object does not exist or is empty.
17
18**Possible causes**
19
20The context object does not exist.
21
22**Solution**
23
24Use the correct context.
25<!--DelEnd-->
26
27## 23800301 System Internal Error
28
29**Error Message**
30
31System inner fail.
32
33**Description**
34
35This error code is reported if an internal error occurs in the media library.
36
37**Possible causes**
38
391. The database is abnormal.
40
412. The file system is abnormal.
42
433. The IPC message times out.
44
45**Solution**
46
47Clear the background or restart the device.
48
49## 23800151 Failed to Verify Scene Parameters
50
51**Error Message**
52
53Scene parameter validation failed.
54
55**Description**
56
57This error code is reported if a parameter is abnormal.
58
59**Possible causes**
60
611. Mandatory parameters do not meet the specified range.
62
632. The provided record already exists.
64
653. The number of provided records exceeds the maximum allowed.
66
67**Solution**
68
69Check the parameter values and ensure they meet the required criteria.
70