Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 38) sorted by relevance

12

/interface/sdk-js/build-tools/api_check_plugin/test/
Dtest.js29 } catch (error) {
30 result.push(`API_CHECK_ERROR :${error}`);
31 console.error(`API_CHECK_ERROR :${error}`);
/interface/sdk-js/build-tools/permissions_converter/
Dconvert.js51 } catch (error) {
52 console.error('Convert json file to object failed');
98 console.error('Config file does not have definePermissions property');
109 } catch (error) {
110 console.error(`ERROR FOR CONVERTING PERMISSION: ${error}`);
/interface/sdk-js/build-tools/api_check_plugin/
Dentry.js37 } catch (error) {}
47 } catch (error) {
49 result.push(`API_CHECK_ERROR : ${error}`);
79 console.error(`ERROR FOR CREATE FILE:${err}`);
/interface/sdk-js/build-tools/collect_application_api/src/
Dindex.js97 …Logger.error(this.logTag, '--appDir and --sdkRoot are used together, replace --sdk with --sdkRoot'…
103 Logger.error(this.logTag, 'the --sdk is required when scanning non-project');
139 Logger.error(this.logTag, '--sdk option need to specify the ets directory');
151 Logger.error(this.logTag, `${path} not exists`);
Dutils.js35 … Logger.error(this.logTag, 'build-profile.json5 can\'t be found, is it an openharmony project?');
42 Logger.error(this.logTag, `parse build-profile.json error: ${JSON.stringify(ex)}`);
62 …Logger.error(this.logTag, 'unable to get the sdk path of the project, specify it using the --sdk o…
297 static error(tag, message) { method in Logger
/interface/sdk-js/build-tools/sdk_upgrade_assistance_plugin/src/main/java/com/update/check/log/
DLoggerImpl.java38 public void error(String tag, String message) { in error() method in LoggerImpl
39 logger.error(String.format(MESSAGE_FORMAT, prefix, tag, message)); in error()
/interface/sdk-js/api/common/lite/
Dconsole.d.ts45 static error(message: string): void;
/interface/sdk-js/api/common/full/
Dconsole.d.ts69 static error(message: string, ...arguments: any[]): void;
/interface/sdk-js/build-tools/dts_parser/
Dtsconfig.json41 …// "checkJs": true, /* Enable error reporting in type-checked Jav…
78 …// "noImplicitAny": true, /* Enable error reporting for expressions and…
83 …// "noImplicitThis": true, /* Enable error reporting when `this` is give…
86 …// "noUnusedLocals": true, /* Enable error reporting when a local variab…
87 …// "noUnusedParameters": true, /* Raise an error when a function parameter i…
89 …// "noImplicitReturns": true, /* Enable error reporting for codepaths that …
90 …// "noFallthroughCasesInSwitch": true, /* Enable error reporting for fallthrough cas…
94 …// "allowUnusedLabels": true, /* Disable error reporting for unused labels.…
95 …// "allowUnreachableCode": true, /* Disable error reporting for unreachable co…
/interface/sdk-js/build-tools/jsdoc_format_plugin/
Dtsconfig.json41 …// "checkJs": true, /* Enable error reporting in type-checked Jav…
78 …// "noImplicitAny": true, /* Enable error reporting for expressions and…
83 …// "noImplicitThis": true, /* Enable error reporting when `this` is give…
86 …// "noUnusedLocals": true, /* Enable error reporting when a local variab…
87 …// "noUnusedParameters": true, /* Raise an error when a function parameter i…
89 …// "noImplicitReturns": true, /* Enable error reporting for codepaths that …
90 …// "noFallthroughCasesInSwitch": true, /* Enable error reporting for fallthrough cas…
94 …// "allowUnusedLabels": true, /* Disable error reporting for unused labels.…
95 …// "allowUnreachableCode": true, /* Disable error reporting for unreachable co…
/interface/sdk-js/api/
D@ohos.hilog.d.ts128 function error(domain: number, tag: string, format: string, ...args: any[]): void;
D@ohos.file.cloudSync.d.ts179 error: ErrorType; property
/interface/sdk-js/build-tools/sdk_upgrade_assistance_plugin/src/main/java/com/update/check/utils/
DFileUtils.java85 LOGGER.error(LOG_TAG, "get api tools error! " + e.getMessage()); in getApiTools()
169 LOGGER.error(LOG_TAG, e.getMessage()); in getApplicationApiType()
188 LOGGER.error(LOG_TAG, e.getMessage()); in getSdkVersionFromJsonFile()
228 LOGGER.error(LOG_TAG, e.getMessage()); in writerJsonToFile()
258 LOGGER.error(LOG_TAG, e.getMessage()); in getNodePath()
/interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/
DoutputProcessor.ts40 } catch (error) {
41 LogUtil.e('OutputProcessor', `error: ${context.getInputFile()}, ${error}`);
Dentry.ts51 } catch (error) {
52 LogUtil.e(this.tag, error as string);
/interface/sdk-js/build-tools/jsdoc_format_plugin/src/utils/
DlogUtil.ts39 console.error(`${tag}: ${message}`);
/interface/sdk-js/build-tools/dts_parser/src/utils/
DlogUtil.ts39 console.error(`${tag}: ${message}`);
/interface/sdk-js/api/@internal/ets/
Dglobal.d.ts185 static error(message: string, ...arguments: any[]): void;
/interface/sdk-js/build-tools/collect_application_api/
Dwebpack.config.js30 console.error(`${bundleName} not found`);
/interface/sdk-js/build-tools/api_check_plugin/src/
Dcheck_diff_changes.js454 changeErrors.forEach(error => {
455 const sourceFileNode = ts.getSourceFileOfNode(error.node);
457 error.node,
461 error.errorInfo,
462 error.LogType,
Dutils.js93 console.error(`ERROR FOR CREATE FILE:${err}`);
211 console.error(err);
415 } catch (error) {
416 throw `Failed to read package.json or parse JSON content: ${error}`;
/interface/sdk-js/api/@internal/component/ets/
Dtext_area.d.ts394 inputFilter(value: ResourceStr, error?: (value: string) => void): TextAreaAttribute;
Dweb.d.ts2440 error: WebResourceError
2497 onSslErrorReceive(callback: (event?: { handler: Function, error: object }) => void): WebAttribute;
2674 …onSslErrorEventReceive(callback: (event: { handler: SslErrorHandler, error: SslError }) => void): …
Dtext_input.d.ts801 inputFilter(value: ResourceStr, error?: (value: string) => void): TextInputAttribute;
/interface/sdk-js/build-tools/sdk_upgrade_assistance_plugin/src/main/java/com/update/check/action/view/
DUpdateCheckWizardDialog.java184 LOGGER.error(LOG_TAG, "Get new sdk file path error! " + e.getMessage()); in getNewSdkFilePath()
247 LOGGER.error(LOG_TAG, "Run api diff tool error! " + e.getMessage()); in runApiDiffTool()
273 LOGGER.error(LOG_TAG, "Run api collect tool error! " + e.getMessage()); in runApiCollectTool()
285 LOGGER.error(LOG_TAG, "Get api diff result error! " + e.getMessage()); in getApiDiffResult()
306 LOGGER.error(LOG_TAG, "Get collect api result error! " + e.getMessage()); in getAllCollectApiResult()

12