Interaction Event Error Codes

NOTE

This topic describes only module-specific error codes. For details about universal error codes, see Universal Error Codes.

100017 Component Does Not Support Default Event Prevention

Error Message

Component does not support prevent function.

Description

This error code is reported when an attempt is made to call preventDefault on a component that does not support default event prevention.

Possible Causes

The target component does not support the preventDefault functionality.

Solution

Use the component that supports the preventDefault functionality.

106102 Unsupported Component Attributes or Events

Error Message

The component does not support specific properties or events.

Description

This error code is reported when an attempt is made to use attributes or events that are not supported by the component.

Possible Causes

The component does not support the currently set attribute or event.

Solution

Use alternative components that support the required attribute or event.

180001 Component Is Not a Scrollable Container

Error Message

Component is not a scroll container.

Description

This error code is reported when the component is not a scrollable container.

Possible Causes

The component being used is not a scrollable container.

Solution

Use a scrollable container.

180002 Buffer Is Not Large Enough

Error Message

Buffer is not large enough.

Description

This error code is reported when the buffer size is insufficient.

Possible Causes

The input array length is too small.

Solution

Expand the size of the input array.

180003 Input Event Is Not a Cloned Event

Error Message

The input event pointer is not a cloned event pointer.

Description

This error code is reported when the input event is not a cloned event.

Possible Causes

A non-cloned event pointer is passed to the clone event API.

Solution

Use the cloned event pointer as the API parameter.

180004 Abnormal Component State

Error Message

The component status is abnormal.

Description

This error code is reported when the component state is abnormal.

Possible Causes

The component state is abnormal when the clone event is dispatched to the component.

Solution

Use the component that has been mounted but is not destroyed.

180005 No Component Hit to Respond to the Event

Error Message

No component hit to response to the event.

Description

This error code is reported when no component is found to handle the event.

Possible Causes

No component is available to handle the event when the clone event is dispatched.

Solution

Add an event listener for the component, or use a component that supports response to the event.

180102 Gesture Recognizer Type Is Not Supported

Error Message

The gesture recognizer type is not supported.

Description

This error code is reported when the gesture recognizer type is not supported.

Possible Causes

The gesture recognizer type specified in the gesture API is not supported.

Solution

Invoke the gesture recognizer that matches the type.