Home
last modified time | relevance | path

Searched refs:ROUTER_PARAM_MODE_INVALID_ERROR (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js84 const ROUTER_PARAM_MODE_INVALID_ERROR = new AsError(200004, 'Param mode is invalid.'); constant
568 this.errorWithCodeAndMsg(ROUTER_PARAM_MODE_INVALID_ERROR, u8);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/source/
H A Datomicserviceweb.ets76 const ROUTER_PARAM_MODE_INVALID_ERROR: AsError = new AsError(200004, 'Param mode is invalid.');
449 this.errorWithCodeAndMsg(ROUTER_PARAM_MODE_INVALID_ERROR, options);