From afac5443e83942cae7e00520ae1a4bcc6711f8d3 Mon Sep 17 00:00:00 2001 From: Gloria Date: Tue, 17 Jun 2025 08:13:27 +0800 Subject: [PATCH] Update docs against broken links Signed-off-by: wusongqing --- .../napi/use-napi-about-crash.md | 2 +- .../ts-basic-components-xcomponent.md | 2 +- .../apis-arkui/errorcode-image-analyzer.md | 41 +++++++++++++++++++ en/application-dev/website.md | 4 +- 4 files changed, 46 insertions(+), 3 deletions(-) create mode 100644 en/application-dev/reference/apis-arkui/errorcode-image-analyzer.md diff --git a/en/application-dev/napi/use-napi-about-crash.md b/en/application-dev/napi/use-napi-about-crash.md index 41409faef0a..f9ce341bcd6 100644 --- a/en/application-dev/napi/use-napi-about-crash.md +++ b/en/application-dev/napi/use-napi-about-crash.md @@ -1,6 +1,6 @@ # Analyzing Error Logs and Crashes Triggered by Using Node-API -The maintenance and debugging measures mentioned in this topic rely on the Ark runtime multi-thread check. Therefore, you are advised to enable this feature before debugging. For details about how to enable Ark runtime multi-thread check, see [Analyzing CPP Crash](../dfx/cppcrash-guidelines.md#tool-2-ark-runtime-multi-thread-check). +The maintenance and debugging measures mentioned in this topic rely on the Ark runtime multi-thread check. Therefore, you are advised to enable this feature before debugging. For details about how to enable Ark runtime multi-thread check, see [Analyzing CPP Crash](https://developer.huawei.com/consumer/en/doc/harmonyos-guides/ide-multi-thread-check). Unless otherwise specified, the maintenance and debugging measures used in this topic will interrupt the process once the Ark runtime multi-thread check is enabled. diff --git a/en/application-dev/reference/apis-arkui/arkui-ts/ts-basic-components-xcomponent.md b/en/application-dev/reference/apis-arkui/arkui-ts/ts-basic-components-xcomponent.md index 1ac6675b232..f1be6c59bb8 100644 --- a/en/application-dev/reference/apis-arkui/arkui-ts/ts-basic-components-xcomponent.md +++ b/en/application-dev/reference/apis-arkui/arkui-ts/ts-basic-components-xcomponent.md @@ -404,7 +404,7 @@ Starts AI image analysis in the given settings. Before calling this API, make su **Error codes** -For details about the error codes, see [AI Image Analyzer Error Codes](../errorcode-image-analyzer.md). +For details about the error codes, see [AI Image Analyzer Error Codes](errorcode-image-analyzer.md). | ID| Error Message | | -------- | -------------------------------------------- | diff --git a/en/application-dev/reference/apis-arkui/errorcode-image-analyzer.md b/en/application-dev/reference/apis-arkui/errorcode-image-analyzer.md new file mode 100644 index 00000000000..55e52894a9a --- /dev/null +++ b/en/application-dev/reference/apis-arkui/errorcode-image-analyzer.md @@ -0,0 +1,41 @@ +# AI Image Analyzer Error Codes + +> **NOTE** +> +> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](../errorcode-universal.md). + +## 110001 AI Image Analysis Not Supported + +**Error Message** + +AI analysis is unsupported. + +**Description** + +This error code is reported when **startImageAnalyzer()** is called while AI image analysis is not supported. + +**Possible Causes** + +An unsupported API is called. + +**Solution** + +N/A + +## 110002 AI Image Analysis in Progress + +**Error Message** + +AI analysis is ongoing. + +**Description** + +This error code is reported when **startImageAnalyzer()** is called while the previous analysis session is still ongoing. + +**Possible Causes** + +The API is called at a wrong time. + +**Solution** + +N/A diff --git a/en/application-dev/website.md b/en/application-dev/website.md index 603da1f1e92..d2e372adebb 100644 --- a/en/application-dev/website.md +++ b/en/application-dev/website.md @@ -1012,6 +1012,8 @@ - [Certificate Chain Development](security/DeviceCertificateKit/create-verify-certchain-object.md) - Certificate Management - [Certificate Management Overview](security/DeviceCertificateKit/certManager-overview.md) + - [Application Certificate Credential Development](security/DeviceCertificateKit/certManager-private-credential-guidelines.md) + - [CA Certificate Development](security/DeviceCertificateKit/certManager-ca-certs-guidelines.md) - [Certificate Management Dialog Box Development](security/DeviceCertificateKit/certManagerDialog-guidelines.md) - Universal Keystore Kit - [Introduction to Universal Keystore Kit](security/UniversalKeystoreKit/huks-overview.md) @@ -2928,7 +2930,7 @@ - [promptAction Error Codes](reference/apis-arkui/errorcode-promptAction.md) - [Router Error Codes](reference/apis-arkui/errorcode-router.md) - [Drag Event Error Codes](reference/apis-arkui/errorcode-drag-event.md) - - [AI Image Analyzer Error Codes](reference/apis-arkui/errorcode-image-analyzer.md) + - [AI Image Analyzer Error Codes](reference/apis-arkui/arkui-ts/errorcode-image-analyzer.md) - [Focus Error Codes](reference/apis-arkui/errorcode-focus.md) - [System Resource Error Codes](reference/apis-arkui/errorcode-system-resource.md) - [Sheet Error Codes](reference/apis-arkui/errorcode-bindSheet.md) -- Gitee