• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Snapshot 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## 100001 Internal Error
8
9**Error Message**
10
11Internal error.
12
13**Symptom**
14
15This error code is reported when an error with the internal runtime state occurs.
16
17**Possible Cause**
18
19The correct UI instance cannot be obtained, a null pointer exception is encountered, or the internal state validation fails within the UI instance.
20
21**Solution**
22
23N/A
24
25## 160001 Image Loading Error
26
27**Error Message**
28
29ComponentSnapshot error.
30
31**Symptom**
32
33This error code is reported when image loading fails.
34
35**Possible Cause**
36
37The **Image** component fails to decode the image properly or the node fails to load the image before the screenshot API is called.
38
39**Solution**
40
41N/A
42