Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js82 const PARAM_REQUIRED_ERROR_CODE = 200002; constant
532 … this.errorWithCodeAndMsg(new AsError(PARAM_REQUIRED_ERROR_CODE, `Param ${d9} is required.`), f9);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/source/
H A Datomicserviceweb.ets74 const PARAM_REQUIRED_ERROR_CODE: number = 200002;
413 …this.errorWithCodeAndMsg(new AsError(PARAM_REQUIRED_ERROR_CODE, `Param ${paramKey} is required.`),…