Searched refs:errorWithCodeAndMsg (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 506 errorWithCodeAndMsg(k9, l9) { method in AtomicService 540 this.errorWithCodeAndMsg(new AsError(PARAM_NUMBER_POSITIVE_ERROR_CODE, 568 this.errorWithCodeAndMsg(ROUTER_PARAM_MODE_INVALID_ERROR, u8); 598 this.errorWithCodeAndMsg(BACK_URL_NOT_EXIST_OR_OPENED_ERROR, j8); 691 this.errorWithCodeAndMsg(UPLOAD_IMAGE_FILES_REQUIRED_ERROR, e7); 714 this.errorWithCodeAndMsg(UPLOAD_FILE_ERROR, e7); 918 this.errorWithCodeAndMsg(POP_PATH_NAME_NOT_EXIST_ERROR, p4); 923 this.errorWithCodeAndMsg(POP_PATH_PARAM_INDEX_INVALID_ERROR, p4); 927 this.errorWithCodeAndMsg(POP_PATH_INDEX_OUT_OF_RANGE_ERROR, p4); 1008 this.errorWithCodeAndMsg(IMAGE_CAN_NOT_PREVIEW_ERROR, n3); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/source/ |
H A D | atomicserviceweb.ets | 387 errorWithCodeAndMsg<T>(error: AsError, options: BaseOptions<T>): void { 421 this.errorWithCodeAndMsg(new AsError(PARAM_NUMBER_POSITIVE_ERROR_CODE, 449 this.errorWithCodeAndMsg(ROUTER_PARAM_MODE_INVALID_ERROR, options); 479 this.errorWithCodeAndMsg(BACK_URL_NOT_EXIST_OR_OPENED_ERROR, options); 572 this.errorWithCodeAndMsg(UPLOAD_IMAGE_FILES_REQUIRED_ERROR, options); 595 this.errorWithCodeAndMsg(UPLOAD_FILE_ERROR, options); 804 this.errorWithCodeAndMsg(POP_PATH_NAME_NOT_EXIST_ERROR, options); 809 this.errorWithCodeAndMsg(POP_PATH_PARAM_INDEX_INVALID_ERROR, options); 813 this.errorWithCodeAndMsg(POP_PATH_INDEX_OUT_OF_RANGE_ERROR, options); 895 this.errorWithCodeAndMsg(IMAGE_CAN_NOT_PREVIEW_ERROR, options); [all …]
|