• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Interaction Event 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## 100017 Component Does Not Support Default Event Prevention
8
9**Error Message**
10
11Component does not support prevent function.
12
13**Description**
14
15This error code is reported when an attempt is made to call **preventDefault** on a component that does not support default event prevention.
16
17**Possible Causes**
18
19The target component does not support the **preventDefault()** functionality.
20
21**Solution**
22
23N/A
24
25## 180001 Component Is Not a Scrollable Container
26
27**Error Message**
28
29Component is not a scroll container.
30
31**Description**
32
33This error code is reported when the component is not a scrollable container.
34
35**Possible Causes**
36
37The component being used is not a scrollable container.
38
39**Solution**
40
41N/A
42
43## 180002 Buffer Is Not Large Enough
44
45**Error Message**
46
47Buffer is not large enough.
48
49**Description**
50
51This error code is reported when the buffer size is insufficient.
52
53**Possible Causes**
54
55The input array length is too small.
56
57**Solution**
58
59Expand the size of the input array.
60
61## 180003 Input Event Is Not a Cloned Event
62
63**Error Message**
64
65The input event pointer is not a cloned event pointer.
66
67**Description**
68
69This error code is reported when the input event is not a cloned event.
70
71**Solution**
72
73N/A
74
75## 180005 No Component Hit to Respond to the Event
76
77**Error Message**
78
79No component hit to response to the event.
80
81**Description**
82
83This error code is reported when no component is found to handle the event.
84
85**Solution**
86
87N/A
88
89## 180102 Gesture Recognizer Type Is Not Supported
90
91**Error Message**
92
93The gesture recognizer type is not supported.
94
95**Description**
96
97This error code is reported when the gesture recognizer type is not supported.
98
99**Solution**
100
101N/A
102