1# 交互事件错误码 2<!--Kit: ArkUI--> 3<!--Subsystem: ArkUI--> 4<!--Owner: @jiangtao92--> 5<!--Designer: @piggyguy--> 6<!--Tester: @songyanhong--> 7<!--Adviser: @HelloCrease--> 8 9> **说明:** 10> 11> 以下仅介绍本模块特有错误码,通用错误码请参考[通用错误码](../errorcode-universal.md)。 12 13## 100017 组件不支持阻止默认事件 14 15**错误信息** 16 17Component does not support prevent function. 18 19**错误描述** 20 21组件不支持阻止默认事件。 22 23**可能原因** 24 25使用的组件不支持preventDefault方法。 26 27**处理步骤** 28 29NA 30 31## 106102 组件不支持特定的属性或者事件 32 33**错误信息** 34 35The component does not support specific properties or events. 36 37**错误描述** 38 39组件不支持特定的属性或者事件。 40 41**可能原因** 42 43组件不支持当前设定的属性或事件。 44 45**处理步骤** 46 47使用支持的组件设定属性或事件。 48 49## 180001 非滚动类容器 50 51**错误信息** 52 53Component is not a scroll container. 54 55**错误描述** 56 57非滚动类容器。 58 59**可能原因** 60 61使用的组件非滚动类容器。 62 63**处理步骤** 64 65NA 66 67## 180002 存储区大小不足 68 69**错误信息** 70 71Buffer is not large enough. 72 73**错误描述** 74 75存储区大小不足。 76 77**可能原因** 78 79数组的长度过小。 80 81**处理步骤** 82 83对传入数组进行扩容。 84 85## 180003 该事件不是克隆事件 86 87**错误信息** 88 89The input event pointer is not a cloned event pointer. 90 91**错误描述** 92 93该事件不是克隆事件。 94 95**处理步骤** 96 97NA 98 99## 180004 组件状态异常 100 101**错误信息** 102 103The component status is abnormal. 104 105**错误描述** 106 107组件状态异常。 108 109**处理步骤** 110 111NA 112 113## 180005 未命中可响应事件的组件 114 115**错误信息** 116 117No component hit to response to the event. 118 119**错误描述** 120 121未命中可响应事件的组件。 122 123**处理步骤** 124 125NA 126 127## 180102 不支持手势识别器类型 128 129**错误信息** 130 131The gesture recognizer type is not supported. 132 133**错误描述** 134 135不支持手势识别器类型。 136 137**处理步骤** 138 139NA