Error Code | Description |
---|---|
102 | Error occurred while loading app bundle |
105 | Error occurred while reloading app bundle |
201 | Error occurred while executing background thread script |
202 | Error occurred while calling JS function from platform |
301 | Error occurred while loading image resource |
302 | Error occurred while loading font resource |
303 | Error occurred while loading external resource |
304 | Error occurred while loading i18n resource |
321 | Error occurred while invoking LynxResourceModule |
398 | Custom error for resource |
399 | Exception occurred while loading resource |
401 | Error occurred while updating data |
501 | Error occurred while invoking Element API |
502 | Error occurred while updating element |
601 | Internal layout error |
602 | Performance issues related to layout |
603 | Failed to update layout |
604 | Invalid usage or exceptions on ShadowNode |
901 | Common errors for invoking native modules |
998 | Error occurred in custom native modules |
999 | Exception occurred while invoking the native module |
1099 | Exception occurred while handling event |
1101 | Error occurred while executing Main thread script |
1111 | Error occurred while executing renderer function |
1202 | Running on the wrong thread |
1301 | Generic CSS error |
1302 | Error while manipulating ComputedCSSValue |
1303 | Error occurred while parsing CSS |
1601 | Failed to load a lazy bundle |
1901 | Error for main thread script call exception in worklet |
1902 | Error for requestAnimationFrame call exception |
1903 | Error for worklet module exception |
2001 | Error occurred while calling MTSBridge module |
2201 | Error occurred while invoking component API |
2202 | Error from List component |
2203 | Error from Image component |
2298 | Custom error of components |
9901 | Platform exceptions |
9902 | Exceptions encountered while calling Java native interface |
EB_APP_BUNDLE_LOAD
E_APP_BUNDLE_LOAD_RENDER_FAILED
FatalDescription: Failed to render app bundle
FixSuggestion: Should not call loadTemplate
while the rendering pipeline of app bundle has not finished
E_APP_BUNDLE_LOAD_ENV_NOT_READY
FatalDescription: loadTemplate
while LynxEnv has not been initialized
FixSuggestion: Please call the initialization method of LynxEnv before loadTemplate
E_APP_BUNDLE_LOAD_BAD_RESPONSE
FatalDescription: Failed to fetch app bundle by provider
FixSuggestion: Please check if the app bundle is available
E_APP_BUNDLE_LOAD_PARSE_FAILED
FatalDescription: Failed to parse app bundle
FixSuggestion: Please check that 1. the provided bundle is an app bundle, 2. the engine version of the bundle is compatible with that of Lynx engine, 3. the bundle file is not broken
E_APP_BUNDLE_LOAD_BAD_BUNDLE
FatalDescription: A bad TemplateBundle is provided
FixSuggestion: Please check the error message of the bundle
E_APP_BUNDLE_LOAD_EXCEPTION
FatalDescription: Exception occurred while rendering app bundle
EB_APP_BUNDLE_RELOAD
E_APP_BUNDLE_RELOAD_EARLY_RELOAD
ErrorDescription: reloadTemplate
before loadTemplate
FixSuggestion: Please loadTemplate
before reloadTemplate
EB_BTS_RUNTIME_ERROR
E_BTS_RUNTIME_ERROR
UndecidedDescription: Runtime error for an unspecified reason
E_BTS_RUNTIME_ERROR_SCRIPT_ERROR
FatalDescription: The script has syntax errors or other runtime errors
FixSuggestion: Please check the error message and fix the script
E_BTS_RUNTIME_ERROR_BYTECODE_SCRIPT_ERROR
FatalDescription: The bytecode script has syntax errors or other runtime errors
FixSuggestion: Please check the error message and fix the script
E_BTS_RUNTIME_ERROR_BINDINGS_ERROR
ErrorDescription: JavaScript binding API call errors
FixSuggestion: Please check the error message and fix binding API call
EB_BTS_PLATFORM_CALL_JS_FUNCTION
E_BTS_PLATFORM_CALL_JS_FUNCTION_TOO_FREQUENCY
WarnDescription: Calling JS function too frequently. This may cause OOM issues
FixSuggestion: Please throttle related calls
EB_RESOURCE_IMAGE
E_RESOURCE_IMAGE_BIG_IMAGE
ErrorDescription: The image bitmap size is too large relative to the UI.
FixSuggestion: Please resize the image to appropriate dimensions or enable downsampling
E_RESOURCE_IMAGE_PIC_SOURCE
ErrorDescription: Error occurred while decoding image
FixSuggestion: Possibly due to an unsupported image format or a corrupted file. Please verify the integrity of the image file
E_RESOURCE_IMAGE_FROM_USER_OR_DESIGN
ErrorDescription: Error from user actions or the network conditions
FixSuggestion: In most cases, the issue arises from a canceled image request or an unavailable network connection
E_RESOURCE_IMAGE_FROM_NETWORK_OR_OTHERS
ErrorDescription: Network or other issues
FixSuggestion: Please investigate the corresponding image download workflow for potential issues
E_RESOURCE_IMAGE_EXCEPTION
ErrorDescription: Exception occurred while loading image
FixSuggestion: An unidentified exception occurred that cannot be attributed to a specific cause. Please investigate further based on the available details
EB_RESOURCE_FONT
E_RESOURCE_FONT
ErrorDescription: Failed to process font resource
E_RESOURCE_FONT_SRC_FORMAT_ERROR
ErrorDescription: Font src format error
FixSuggestion: Please check the font-face format
E_RESOURCE_FONT_RESOURCE_LOAD_ERROR
ErrorDescription: Failed to load font resource
FixSuggestion: Please check whether font resource is available
E_RESOURCE_FONT_BASE64_PARSING_ERROR
ErrorDescription: Failed to parse base64 resource
FixSuggestion: Please check whether the base64 resource is available
E_RESOURCE_FONT_FILE_FORMAT_NOT_SUPPORTED
ErrorDescription: Font file format is not supported
FixSuggestion: Please use a font file in ttf or otf format
E_RESOURCE_FONT_REGISTER_FAILED
UndecidedDescription: Failed to register font
FixSuggestion: If the font is displayed correctly, there is no need to deal with it
EB_RESOURCE_EXTERNAL_RESOURCE
E_RESOURCE_EXTERNAL_RESOURCE_REQUEST_FAILED
ErrorDescription: Lynx resource fetcher requests failed
FixSuggestion: Please check whether the url of the external resource is available
E_RESOURCE_EXTERNAL_RESOURCE_LOCAL_RESOURCE_LOAD_FAIL
ErrorDescription: Failed to load local resource
FixSuggestion: Please check whether the local external resource is available
EB_RESOURCE_I18N
E_RESOURCE_I18N
ErrorDescription: i18n Resource Error
EB_RESOURCE_MODULE
E_RESOURCE_MODULE_PARAMS_ERROR
ErrorDescription: Parameter type mismatch or incorrect number of parameters while calling the requestResourcePrefetch or cancelResourcePrefetch API
FixSuggestion: Please refer to the parameter descriptions of this API in documentation and check the parameters used in the call
E_RESOURCE_MODULE_IMG_PREFETCH_HELPER_NOT_EXIST
ErrorDescription: Unable to access the image service because the app has not integrated LynxImageService
FixSuggestion: Please refer to the official documentation to integrate LynxImageService into your app
E_RESOURCE_MODULE_RESOURCE_SERVICE_NOT_EXIST
ErrorDescription: Unable to access resources because the app has not integrated the resource service
FixSuggestion: Please refer to the official documentation to implement the ILynxResourceService and integrate it into your app
EB_RESOURCE_CUSTOM
E_RESOURCE_CUSTOM
ErrorDescription: Unexpected custom error
FixSuggestion: This is unexpected. Please file an issue to Lynx to help address it
EB_RESOURCE_EXCEPTION
E_RESOURCE_EXCEPTION
ErrorDescription: Unexpect exception in loading resource
FixSuggestion: This is unexpected. Please file an issue to Lynx to help address it
EB_DATA_FLOW_UPDATE
E_DATA_FLOW_UPDATE_INVALID_PROCESSOR
ErrorDescription: Call built-in function as data processor
FixSuggestion: Should not call getDerivedStateFromProps
, getDerivedStateFromError
, shouldComponentUpdate
as data processor
E_DATA_FLOW_UPDATE_INVALID_TYPE
ErrorDescription: Invalid data type
FixSuggestion: Target string data should be enabled to be parsed into a table
E_DATA_FLOW_UPDATE_EXCEPTION
ErrorDescription: Exception occurred while updating data
EB_ELEMENT_API
E_ELEMENT_API_FATAL
FatalDescription: Fatal error in element API. Please find detailed information in the context
E_ELEMENT_API_ERROR
ErrorDescription: Error in element API. Please find detailed information in the context
EB_ELEMENT_UPDATE
E_ELEMENT_UPDATE_NODE_IS_NULL
FatalDescription: Element update error for an unspecified reason
EB_LAYOUT_INTERNAL
E_LAYOUT_INTERNAL
ErrorDescription: Cannot find ShadowNode
FixSuggestion: Lynx internal error. Please check whether the creating of corresponding ShadowNode failed
EB_LAYOUT_PERF
E_LAYOUT_PERF_INFINITE_LOOP
ErrorDescription: Infinite Loop of layout is detected
FixSuggestion: Infinite loop of layout happens. It usually happens when the front-end decides the content size based on the viewport size, while the client is deciding the viewport size based on the content size
EB_LAYOUT_UPDATE
E_LAYOUT_UPDATE_UI_NOT_FOUND
ErrorDescription: Can not find UI while updating layout
FixSuggestion: This is an internal error of Lynx. LynxUI has not been created or the creation failed while updating
EB_LAYOUT_PLATFORM
E_LAYOUT_PLATFORM_NODE_NULL
ErrorDescription: ShadowNode is accessed after destroyed
FixSuggestion: This is an internal error of Lynx, which usually occurs when multiple threads access ShadowNode at the same time
EB_NATIVE_MODULES_COMMON
E_NATIVE_MODULES_COMMON_MODULE_NOT_FOUND
ErrorDescription: Native module not found
FixSuggestion: Please verify that the invoked native module name matches the registered name and confirm module registration status
E_NATIVE_MODULES_COMMON_FUNCTION_NOT_FOUND
ErrorDescription: Native module method not found
FixSuggestion: Please verify proper method registration using platform-specific annotations on Android or static method declarations on iOS (For details, refer to the native module documentation). Additionally, ensure that the invoked method name exactly matches the registered name in the native module implementation
E_NATIVE_MODULES_COMMON_WRONG_PARAM_NUM
ErrorDescription: Parameter count mismatch in native module method invocation
FixSuggestion: Please ensure that the number of parameters passed to the native method exactly matches the declared parameters in the native module implementation
E_NATIVE_MODULES_COMMON_WRONG_PARAM_TYPE
ErrorDescription: Parameter type mismatch in native module method invocation
FixSuggestion: Please verify that the parameter types in the method call exactly match the native module implementation. Ensure type compatibility across all parameters and validate the parameter order corresponds to the native method signature. You can check the native module documentation for expected data types
E_NATIVE_MODULES_COMMON_AUTHORIZATION_ERROR
ErrorDescription: Does not have permission to call the method
FixSuggestion: Please file an issue to Lynx to help address it
E_NATIVE_MODULES_COMMON_SYSTEM_AUTHORIZATION_ERROR
ErrorDescription: Does not have permission to call the method
FixSuggestion: Please file an issue to Lynx to help address it
E_NATIVE_MODULES_COMMON_RETURN_ERROR
ErrorDescription: The value returned by module method is invalid
FixSuggestion: Please file an issue to Lynx to help address it
EB_NATIVE_MODULES_CUSTOM_ERROR
E_NATIVE_MODULES_CUSTOM_ERROR
ErrorDescription: Custom error reported from native module
FixSuggestion: This error is explicitly defined by the native module implementation. Please refer to the module error handling guide or contact the module maintainer with complete error context
EB_NATIVE_MODULES_EXCEPTION
E_NATIVE_MODULES_EXCEPTION
ErrorDescription: Internal exception in native module method execution
FixSuggestion: This error indicates an unhandled runtime exception within the native module implementation. Please refer to the module error handling guide or contact the module maintainer with complete error context
EB_EVENT_EXCEPTION
E_EVENT_EXCEPTION
ErrorDescription: An exception occurred during LynxView dispatchTouchEvent
FixSuggestion: This error is caught by the Lynx Engine. Please file an issue to Lynx to help address it
EB_MTS_RUNTIME_ERROR
E_MTS_RUNTIME_ERROR
UndecidedDescription: Main thread script error for an unspecified reason
EB_MTS_RENDERER_FUNCTION
E_MTS_RENDERER_FUNCTION_FATAL
FatalDescription: Fatal error during rendering. Please find detailed information in the context
E_MTS_RENDERER_FUNCTION_ERROR
ErrorDescription: Fatal error during rendering. Please find detailed information in the context
EB_THREAD_WRONG_THREAD
E_THREAD_WRONG_THREAD_DESTROY_ERROR
ErrorDescription: Please ensure that destroy
is called on UI thread
E_THREAD_WRONG_THREAD_SYNC_FLUSH_ERROR
ErrorDescription: Please ensure that SyncFlush
is called on UI thread
EB_CSS
E_CSS
UndecidedDescription: CSS error for an unspecified reason
E_CSS_UNKNOWN_PROPERTY
UndecidedDescription: Unknown CSS property id
E_CSS_UNSUPPORTED_VALUE
UndecidedDescription: Unsupported CSS value
FixSuggestion: Please check your value for the property follow the detailed message
EB_CSS_COMPUTED_CSS_VALUE
E_CSS_COMPUTED_CSS_VALUE_UNKNOWN_SETTER
ErrorDescription: Error occurred while setting value to ComputedCSSValue
FixSuggestion: Ignore it or raise an issue on github to let us know. This error is unexpected, which might be caused by internal pipeline fault
E_CSS_COMPUTED_CSS_VALUE_UNKNOWN_GETTER
ErrorDescription: Error occurred while getting value from ComputedCSSValue
FixSuggestion: Ignore it or raise an issue on github to let us know. This error is unexpected, which might be caused by internal pipeline fault
E_CSS_COMPUTED_CSS_VALUE_UNSUPPORTED_INHERITANCE
ErrorDescription: Property is not inheritable
FixSuggestion: Remove property name from inheritance list
EB_CSS_PARSER
E_CSS_PARSER
ErrorDescription: Generic error while parsing CSS value. Value is not acceptable for the property
FixSuggestion: Please use values following the property definitions. You can get the definitions at the official website
EB_LAZY_BUNDLE_LOAD
E_LAZY_BUNDLE_LOAD_BAD_RESPONSE
ErrorDescription: Lazy bundle request returned with bad response
FixSuggestion: Please check whether the url of the lazy bundle is available
E_LAZY_BUNDLE_LOAD_EMPTY_FILE
ErrorDescription: The binary data of lazy bundle is empty
FixSuggestion: Please check whether the lazy bundle file is empty
E_LAZY_BUNDLE_LOAD_DECODE_FAILED
ErrorDescription: Failed to decode lazy bundle binary data
FixSuggestion: Please check whether the lazy bundle file is broken or it is compatible with the host page
E_LAZY_BUNDLE_LOAD_BAD_BUNDLE
ErrorDescription: A bad lazy bundle is provided
FixSuggestion: Please check the error message of the bundle
EB_WORKLET_MTS_CALL_EXCEPTION
E_WORKLET_MTS_CALL_EXCEPTION
ErrorDescription: Please check the worklet function is callable, and the worklet file is imported correctly
EB_WORKLET_RAF_CALL_EXCEPTION
E_WORKLET_RAF_CALL_EXCEPTION
ErrorDescription: Error for calling requestAnimationFrame
FixSuggestion: Calling requestAnimationFrame failed. This is usually caused by an error in the callback function. Please ensure that the callback function executes without errors
EB_WORKLET_MODULE_EXCEPTION
E_WORKLET_MODULE_EXCEPTION
ErrorDescription: Can not find worklet module
FixSuggestion: Make sure you have imported worklet file correctly
EB_MTS_BRIDGE_MODULE
E_MTS_BRIDGE_MODULE_WRONG_PARAM
ErrorDescription: Invoke function with wrong parameter
EB_COMPONENT_API
E_COMPONENT_API_DEPRECATED
ErrorDescription: A deprecated component API is invoked
EB_COMPONENT_LIST
E_COMPONENT_LIST_ILLEGAL_ITEM_KEY
ErrorDescription: Error for illegal list item-key
FixSuggestion: Please check the legality of the item-key
E_COMPONENT_LIST_DUPLICATED_CELL
ErrorDescription: List has duplicated cell in cache
FixSuggestion: We have encountered a system-level error. Please file an issue to Lynx to help resolve this problem
E_COMPONENT_LIST_CELL_NOT_FOUND
ErrorDescription: List cell not found in cache
FixSuggestion: We have encountered a system-level error. Please file an issue to Lynx to help resolve this problem
E_COMPONENT_LIST_DYNAMIC_CHANGE_ORIENTATION
ErrorDescription: List does not support changing orientation dynamically
FixSuggestion: Please do not change the value of vertical-orientation
dynamically
E_COMPONENT_LIST_INVALID_PROPS_ARG
ErrorDescription: There is an invalid parameter set in some props
FixSuggestion: For parameter usage, please check documentation of list component
E_COMPONENT_LIST_CHILD_COMPONENT_NOT_EXIST
ErrorDescription: Child component of list does not exist
FixSuggestion: The internal state of the engine has become inconsistent. Please file an issue to Lynx for help resolving this problem
E_COMPONENT_LIST_UNSUPPORTED_THREAD_STRATEGY
ErrorDescription: Multi thread strategy can not be used by default
FixSuggestion: Please set the attribute enable-async-list of to true
E_COMPONENT_LIST_DUPLICATE_ITEM_KEY
ErrorDescription: Error for duplicate list item-key
FixSuggestion: Please check the legality of the item-key
EB_COMPONENT_IMAGE
E_COMPONENT_IMAGE_UNSUPPORTED_PROP
ErrorDescription: Failed to apply blur-radius on <image> element, meaning that the effect will not be visible on this platform
FixSuggestion: This may be due to platform-specific limitations or system restrictions. If blur-radius is not supported on this platform, consider using CSS filter: blur() as an alternative
EB_COMPONENT_CUSTOM
E_COMPONENT_CUSTOM
ErrorDescription: An error occurs in an customized element
EB_EXCEPTION_PLATFORM
E_EXCEPTION_PLATFORM
ErrorDescription: Platform exceptions for an unspecified reason
FixSuggestion: This error is caught by Lynx engine. Please file an issue to Lynx for help
EB_EXCEPTION_JNI
E_EXCEPTION_JNI
ErrorDescription: JNI exceptions for an unspecified reason
FixSuggestion: This error is caught by Lynx engine. Please file an issue to Lynx for help