未验证 提交 b3ac5485 编写于 作者: O openharmony_ci 提交者: Gitee

!16940 翻译完成:16407 错误码统一增加通用错误码链接

Merge pull request !16940 from wusongqing/TR16407
# Event Error Codes # Event Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 1500001 Want Action Is Null ## 1500001 Want Action Is Null
**Error Message** **Error Message**
......
# DeviceUsageStatistics Error Codes # DeviceUsageStatistics Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 10000001 Memory Operation Failure ## 10000001 Memory Operation Failure
**Error Message** **Error Message**
......
# DistributedNotificationService Error Codes # DistributedNotificationService Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 1600001 Internal Error ## 1600001 Internal Error
**Error Message** **Error Message**
......
# Distributed Scheduler Error Codes # Distributed Scheduler Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 16600001 The system ability works abnormally. ## 16600001 The system ability works abnormally.
**Error Message** **Error Message**
......
# Ability Error Codes # Ability Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 16000001 Ability Name Does Not Exist ## 16000001 Ability Name Does Not Exist
**Error Message** **Error Message**
...@@ -182,6 +186,24 @@ The context passed in the API does not exist. ...@@ -182,6 +186,24 @@ The context passed in the API does not exist.
Use the correct context. Use the correct context.
## 16000017 Waiting for the Previous Abilities to Finish Startup
**Error Message**
The previous ability is starting, wait start later.
**Description**
Too many abilities need to be started. Due to the limited processing capability of the system, the requests are cached in the queue and processed in sequence.
**Possible Causes**
The system has a large number of concurrent requests.
**Solution**
No action is required. Wait for the previous abilities to finish startup.
## 100001 Internal Error ## 100001 Internal Error
**Error Message** **Error Message**
......
# Application Access Control Error Codes # Application Access Control Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 12100001 Invalid Parameters ## 12100001 Invalid Parameters
**Error Message** **Error Message**
......
# Accessibility Error Codes # Accessibility Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 9300001 Invalid Bundle Name or Ability Name ## 9300001 Invalid Bundle Name or Ability Name
**Error Message** **Error Message**
......
# Account Management Error Codes # Account Management Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
The following includes the error codes for OS accounts, distributed accounts, and app accounts. The following includes the error codes for OS accounts, distributed accounts, and app accounts.
## 12300001 System Service Abnormal ## 12300001 System Service Abnormal
......
# Animator Error Codes # Animator Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 100001 Internal Error ## 100001 Internal Error
**Error Message** **Error Message**
......
# Audio Error Codes # Audio Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 6800101 Invalid Parameter ## 6800101 Invalid Parameter
**Error Message** **Error Message**
......
# AVSession Management Error Codes # AVSession Management Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 6600101 Session Service Exception ## 6600101 Session Service Exception
**Error Message** **Error Message**
......
# backgroundTaskManager Error Codes # backgroundTaskManager Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 9800001 Memory Operation Failure ## 9800001 Memory Operation Failure
**Error Message** **Error Message**
......
# Power Consumption Statistics Error Codes # Power Consumption Statistics Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 4600101 Service Connection Failure ## 4600101 Service Connection Failure
**Error Message** **Error Message**
......
# Brightness Error Codes # Brightness Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 4700101 Service Connection Failure ## 4700101 Service Connection Failure
**Error Message** **Error Message**
......
# Bundle Error Codes # Bundle Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 17700001 Bundle Name Does Not Exist ## 17700001 Bundle Name Does Not Exist
...@@ -506,7 +510,7 @@ Check whether the application contains a module with the overlay feature. ...@@ -506,7 +510,7 @@ Check whether the application contains a module with the overlay feature.
**Error Message** **Error Message**
The specified module is not overlay module. The specified module is not an overlay module.
**Description** **Description**
...@@ -524,7 +528,7 @@ Check whether the module is configured with the overlay feature. ...@@ -524,7 +528,7 @@ Check whether the module is configured with the overlay feature.
**Error Message** **Error Message**
The specified module is overlay module. The specified module is an overlay module.
**Description** **Description**
...@@ -542,7 +546,7 @@ Check whether the specified module is configured with the overlay feature. ...@@ -542,7 +546,7 @@ Check whether the specified module is configured with the overlay feature.
**Error Message** **Error Message**
The specified bundle is overlay bundle. The specified bundle is an overlay bundle.
**Description** **Description**
...@@ -560,7 +564,7 @@ Check whether the application contains only modules with the overlay feature. ...@@ -560,7 +564,7 @@ Check whether the application contains only modules with the overlay feature.
**Error Message** **Error Message**
Failed to install because without allow app shared bundle permission. Failed to install the HSP because lacks appropriate permissions.
**Description** **Description**
...@@ -609,3 +613,39 @@ The shared library to uninstall does not exist. ...@@ -609,3 +613,39 @@ The shared library to uninstall does not exist.
**Solution** **Solution**
1. Check whether the shared library exists. 1. Check whether the shared library exists.
2. Check whether the version of the shared library is the same as that installed. 2. Check whether the version of the shared library is the same as that installed.
## 17700039 Failure in Installing an Inter-Application Shared Library
**Error Message**
Failed to install because disallow install a shared bundle by hapFilePaths.
**Description**
During application installation, the installation package passed in is of the inter-application shared library type.
**Possible Causes**
1. When the Bundle Manager tool is used to install an application, the **-p** parameter is set to the installation package path of an inter-application shared library.
2. When the **install** API is called to install an application, the **hapFilePaths** parameter is set to the installation package path of an inter-application shared library.
**Solution**
1. Use the **-s** parameter to specify the installation package path of an inter-application shared library.
2. Use the **sharedBundleDirPaths** parameter in **installParam** to specify the installation package path of an inter-application shared library.
## 17700040 Failure in Uninstalling an Inter-Application Shared Library
**Error Message**
The specified bundle is a shared bundle which cannot be uninstalled.
**Description**
During application uninstall, the bundle name of an inter-application shared library is passed in.
**Possible Causes**
1. When the Bundle Manager tool is used to uninstall an application, the **-n** parameter is set to the bundle name of an inter-application shared library.
2. When the **install** API is called to uninstall an application, the **bundleName** parameter is set to the bundle name of an inter-application shared library.
**Solution**
1. Use the **-s** parameter to specify the application to be uninstalled as a shared library application.
2. Use the **bundleName** and **versionCode** parameters in **UninstallParam** to specify the bundle name and version of the shared library to be uninstalled.
# Certificate Error Codes # Certificate Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 19020001 Memory Error ## 19020001 Memory Error
**Error Message** **Error Message**
......
# colorSpaceManager Error Codes # colorSpaceManager Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 18600001 Abnormal Parameter Value ## 18600001 Abnormal Parameter Value
**Error Message** **Error Message**
......
# Crypto Framework Error Codes # Crypto Framework Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 17620001 Memory Error ## 17620001 Memory Error
**Error Message** **Error Message**
......
# RDB Error Codes # RDB Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 14800010 Invalid RDB Name ## 14800010 Invalid RDB Name
**Error Message** **Error Message**
......
# DataShare Error Codes # DataShare Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 15700010 Failed to Create a DataShareHelper ## 15700010 Failed to Create a DataShareHelper
**Error Message** **Error Message**
......
# Device Management Error Codes # Device Management Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 11600101 Service Invoking Exception ## 11600101 Service Invoking Exception
**Error Message** **Error Message**
......
# Display Error Codes # Display Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 1400001 Invalid Display or Screen ## 1400001 Invalid Display or Screen
**Error Message** **Error Message**
......
# Distributed Data Object Error Codes # Distributed Data Object Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 15400001 Failed to Create the In-Memory Database ## 15400001 Failed to Create the In-Memory Database
**Error Message** **Error Message**
......
# Distributed KV Store Error Codes # Distributed KV Store Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 15100001 Subscription Count Reaches the Limit ## 15100001 Subscription Count Reaches the Limit
**Error Message** **Error Message**
......
# Enterprise Device Management Error Codes # Enterprise Device Management Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 9200001 Application Not a Device Administrator ## 9200001 Application Not a Device Administrator
**Error Message** **Error Message**
......
# FaultLogger Error Codes # FaultLogger Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 10600001 Service Faulty or Not Started ## 10600001 Service Faulty or Not Started
**Error Message** **Error Message**
......
# File Management Error Codes # File Management Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
The error codes of the file management subsystem consist of the following:<br>- Basic file I/O error codes<br>- User data management error codes<br>- User file access error codes<br>- Spatial statistics error codes The error codes of the file management subsystem consist of the following:<br>- Basic file I/O error codes<br>- User data management error codes<br>- User file access error codes<br>- Spatial statistics error codes
## Basic File I/O Error Codes ## Basic File I/O Error Codes
...@@ -6,121 +11,153 @@ The error codes of the file management subsystem consist of the following:<br>- ...@@ -6,121 +11,153 @@ The error codes of the file management subsystem consist of the following:<br>-
### 13900001 Operation Not Permitted ### 13900001 Operation Not Permitted
**Error Message** **Error Message**
Operation not permitted Operation not permitted
**Possible Causes** **Possible Causes**
The current operation on the file is not allowed. The current operation on the file is not allowed.
**Solution** **Solution**
Check the permission for the file. Check the permission for the file.
### 13900002 File or Directory Not Exist ### 13900002 File or Directory Not Exist
**Error Message** **Error Message**
No such file or directory No such file or directory
**Possible Causes** **Possible Causes**
The file or directory does not exist. The file or directory does not exist.
**Solution** **Solution**
Check whether the file directory exists. Check whether the file directory exists.
### 13900003 Process Not Exist ### 13900003 Process Not Exist
**Error Message** **Error Message**
No such process No such process
**Possible Causes** **Possible Causes**
The process does not exist. The process does not exist.
**Solution** **Solution**
1. Check whether the process is killed unexpectedly. 1. Check whether the process is killed unexpectedly.
2. Check whether the service related to the process has started. 2. Check whether the service related to the process has started.
### 13900004 System Call Interrupted ### 13900004 System Call Interrupted
**Error Message** **Error Message**
Interrupted system call Interrupted system call
**Possible Causes** **Possible Causes**
The system call is interrupted by another thread. The system call is interrupted by another thread.
**Solution** **Solution**
1. Check the multi-thread code logic. 1. Check the multi-thread code logic.
2. Invoke the system call again. 2. Invoke the system call again.
### 13900005 I/O Error ### 13900005 I/O Error
**Error Message** **Error Message**
I/O error I/O error
**Possible Causes** **Possible Causes**
The I/O request is invalid. The I/O request is invalid.
**Solution** **Solution**
Initiate the I/O request again. Initiate the I/O request again.
### 13900006 Device or Address Not Exist ### 13900006 Device or Address Not Exist
**Error Message** **Error Message**
No such device or address No such device or address
**Possible Causes** **Possible Causes**
The device information or address is incorrect. The device information or address is incorrect.
**Solution** **Solution**
Check that the device information or address is correct. Check that the device information or address is correct.
### 13900007 Long Parameter List ### 13900007 Long Parameter List
**Error Message** **Error Message**
Arg list too long Arg list too long
**Possible Causes** **Possible Causes**
The parameter list is too long. The parameter list is too long.
**Solution** **Solution**
Reduce the number of parameters. Reduce the number of parameters.
### 13900008 Invalid File Descriptor ### 13900008 Invalid File Descriptor
**Error Message** **Error Message**
Bad file descriptor Bad file descriptor
**Possible Causes** **Possible Causes**
This file descriptor is closed. This file descriptor is closed.
**Solution** **Solution**
Check whether the file descriptor is closed. Check whether the file descriptor is closed.
### 13900009 Child Process Not Exist ### 13900009 Child Process Not Exist
**Error Message** **Error Message**
No child processes No child processes
**Possible Causes** **Possible Causes**
The child process cannot be created. The child process cannot be created.
**Solution** **Solution**
Check the maximum number of processes in the system. Check the maximum number of processes in the system.
### 13900010 Resource Unavailable ### 13900010 Resource Unavailable
**Error Message** **Error Message**
Try again Try again
**Possible Causes** **Possible Causes**
The resources are blocked. The resources are blocked.
**Solution** **Solution**
Request resources. Request resources.
### 13900011 Memory Overflow ### 13900011 Memory Overflow
**Error Message** **Error Message**
Out of memory Out of memory
**Possible Causes** **Possible Causes**
A memory overflow occurs. A memory overflow occurs.
**Solution** **Solution**
...@@ -130,9 +167,13 @@ A memory overflow occurs. ...@@ -130,9 +167,13 @@ A memory overflow occurs.
### 13900012 Permission Denied ### 13900012 Permission Denied
**Error Message** **Error Message**
Permission denied Permission denied
**Possible Causes** **Possible Causes**
1. You do not have the permission to operate the file. 1. You do not have the permission to operate the file.
2. The file sandbox path is incorrect. 2. The file sandbox path is incorrect.
...@@ -143,329 +184,418 @@ Permission denied ...@@ -143,329 +184,418 @@ Permission denied
### 13900013 Incorrect Address ### 13900013 Incorrect Address
**Error Message** **Error Message**
Bad address Bad address
**Possible Causes** **Possible Causes**
The address is incorrect. The address is incorrect.
**Solution** **Solution**
Check that the address is correct. Check that the address is correct.
### 13900014 Device or Resource Not Available ### 13900014 Device or Resource Not Available
**Error Message** **Error Message**
Device or resource busy Device or resource busy
**Possible Causes** **Possible Causes**
The requested resource is unavailable. The requested resource is unavailable.
**Solution** **Solution**
Request the resource again. Request the resource again.
### 13900015 File Already Exists ### 13900015 File Already Exists
**Error Message** **Error Message**
File exists File exists
**Possible Causes** **Possible Causes**
The file to be created already exists. The file to be created already exists.
**Solution** **Solution**
Check whether the file path is correct. Check whether the file path is correct.
### 13900016 Invalid Cross-Device Link ### 13900016 Invalid Cross-Device Link
**Error Message** **Error Message**
Cross-device link Cross-device link
**Possible Causes** **Possible Causes**
The link between devices is incorrect. The link between devices is incorrect.
**Solution** **Solution**
Check the devices and create the link correctly. Check the devices and create the link correctly.
### 13900017 Device Not Exist ### 13900017 Device Not Exist
**Error Message** **Error Message**
No such device No such device
**Possible Causes** **Possible Causes**
The device is not identified. The device is not identified.
**Solution** **Solution**
Check the connection to the target device. Check the connection to the target device.
### 13900018 Invalid Directory ### 13900018 Invalid Directory
**Error Message** **Error Message**
Not a directory Not a directory
**Possible Causes** **Possible Causes**
The specified directory is invalid. The specified directory is invalid.
**Solution** **Solution**
Check that the directory is correct. Check that the directory is correct.
### 13900019 The Specified Object Is a Directory ### 13900019 The Specified Object Is a Directory
**Error Message** **Error Message**
Is a directory Is a directory
**Possible Causes** **Possible Causes**
The specified object is a directory. The specified object is a directory.
**Solution** **Solution**
Check that the specified data is correct. Check that the specified data is correct.
### 13900020 Invalid Parameter ### 13900020 Invalid Parameter
**Error Message** **Error Message**
Invalid argument Invalid argument
**Possible Causes** **Possible Causes**
Invalid input parameter is detected. Invalid input parameter is detected.
**Solution** **Solution**
Check that the input parameters are valid. Check that the input parameters are valid.
### 13900021 Too Many File Descriptors Opened ### 13900021 Too Many File Descriptors Opened
**Error Message** **Error Message**
File table overflow File table overflow
**Possible Causes** **Possible Causes**
The number of file descriptors opened has reached the limit. The number of file descriptors opened has reached the limit.
**Solution** **Solution**
Close the file descriptors that are no longer required. Close the file descriptors that are no longer required.
### 13900022 Too Many Files Opened ### 13900022 Too Many Files Opened
**Error Message** **Error Message**
Too many open files Too many open files
**Possible Causes** **Possible Causes**
The number of files opened has reached the limit. The number of files opened has reached the limit.
**Solution** **Solution**
Close the files that are not required. Close the files that are not required.
### 13900023 Text File Not Respond ### 13900023 Text File Not Respond
**Error Message** **Error Message**
Text file busy Text file busy
**Possible Causes** **Possible Causes**
The executable file of the program is in use. The executable file of the program is in use.
**Solution** **Solution**
Close the program that is being debugged. Close the program that is being debugged.
### 13900024 File Oversized ### 13900024 File Oversized
**Error Message** **Error Message**
File too large File too large
**Possible Causes** **Possible Causes**
The file size exceeds the limit. The file size exceeds the limit.
**Solution** **Solution**
Check whether the file size exceeds the limit. Check whether the file size exceeds the limit.
### 13900025 Insufficient Space on the Device ### 13900025 Insufficient Space on the Device
**Error Message** **Error Message**
No space left on device No space left on device
**Possible Causes** **Possible Causes**
The device storage space is insufficient. The device storage space is insufficient.
**Solution** **Solution**
Clear the space of the device. Clear the space of the device.
### 13900026 Invalid Shift ### 13900026 Invalid Shift
**Error Message** **Error Message**
Illegal seek Illegal seek
**Possible Causes** **Possible Causes**
Seek is used in pipe or FIFO. Seek is used in pipe or FIFO.
**Solution** **Solution**
Check the use of seek. Check the use of seek.
### 13900027 Read-Only File System ### 13900027 Read-Only File System
**Error Message** **Error Message**
Read-only file system Read-only file system
**Possible Causes** **Possible Causes**
The file system allows read operations only. The file system allows read operations only.
**Solution** **Solution**
Check whether the file is read-only. Check whether the file is read-only.
### 13900028 Links Reach the Limit ### 13900028 Links Reach the Limit
**Error Message** **Error Message**
Too many links Too many links
**Possible Causes** **Possible Causes**
The number of links to the file has reached the limit. The number of links to the file has reached the limit.
**Solution** **Solution**
Delete the links that are no longer required. Delete the links that are no longer required.
### 13900029 Resource Deadlock ### 13900029 Resource Deadlock
**Error Message** **Error Message**
Resource deadlock would occur Resource deadlock would occur
**Possible Causes** **Possible Causes**
Resource deadlock occurs. Resource deadlock occurs.
**Solution** **Solution**
Terminate the deadlock process. Terminate the deadlock process.
### 13900030 Long File Name ### 13900030 Long File Name
**Error Message** **Error Message**
Filename too Long Filename too Long
**Possible Causes** **Possible Causes**
The length of the path or file name exceeds the limit. The length of the path or file name exceeds the limit.
**Solution** **Solution**
Modify the path or file name. Modify the path or file name.
### 13900031 Function Not Implemented ### 13900031 Function Not Implemented
**Error Message** **Error Message**
Function not implemented Function not implemented
**Possible Causes** **Possible Causes**
The function is not supported by the system. The function is not supported by the system.
**Solution** **Solution**
Check the system version and update the system if required. Check the system version and update the system if required.
### 13900032 Directory Not Empty ### 13900032 Directory Not Empty
**Error Message** **Error Message**
Directory not empty Directory not empty
**Possible Causes** **Possible Causes**
The specified directory is not empty. The specified directory is not empty.
**Solution** **Solution**
1. Check the directory. 1. Check the directory.
2. Ensure that the directory is empty. 2. Ensure that the directory is empty.
### 13900033 Too Many Symbol Links ### 13900033 Too Many Symbol Links
**Error Message** **Error Message**
Too many symbolic links Too many symbolic links
**Possible Causes** **Possible Causes**
There are too many symbolic links. There are too many symbolic links.
**Solution** **Solution**
Delete unnecessary symbol links. Delete unnecessary symbol links.
### 13900034 Operation Blocked ### 13900034 Operation Blocked
**Error Message** **Error Message**
Operation would block Operation would block
**Possible Causes** **Possible Causes**
The operation is blocked. The operation is blocked.
**Solution** **Solution**
Perform the operation again. Perform the operation again.
### 13900035 Invalid File Descriptor ### 13900035 Invalid File Descriptor
**Error Message** **Error Message**
Invalid request desecriptor
Invalid request descriptor
**Possible Causes** **Possible Causes**
The requested file descriptor is invalid. The requested file descriptor is invalid.
**Solution** **Solution**
Check that the file descriptor is valid. Check that the file descriptor is valid.
### 13900036 Target Is Not a Character Stream Device ### 13900036 Target Is Not a Character Stream Device
**Error Message** **Error Message**
Device not a stream Device not a stream
**Possible Causes** **Possible Causes**
The device pointed to by the file descriptor is not a character stream device. The device pointed to by the file descriptor is not a character stream device.
**Solution** **Solution**
Check whether the file descriptor points to a stream device. Check whether the file descriptor points to a stream device.
### 13900037 No Data Available ### 13900037 No Data Available
**Error Message** **Error Message**
No data available No data available
**Possible Causes** **Possible Causes**
The required data is not available. The required data is not available.
**Solution** **Solution**
Request the data again. Request the data again.
### 13900038 Value Mismatches the Data Type ### 13900038 Value Mismatches the Data Type
**Error Message** **Error Message**
Value too large for defined data type Value too large for defined data type
**Possible Causes** **Possible Causes**
The specified value is out of the range defined for the data type. The specified value is out of the range defined for the data type.
**Solution** **Solution**
Modify the data type. Modify the data type.
### 13900039 File Descriptor Corrupted ### 13900039 File Descriptor Corrupted
**Error Message** **Error Message**
File descriptor in bad state File descriptor in bad state
**Possible Causes** **Possible Causes**
The file descriptor is corrupted. The file descriptor is corrupted.
**Solution** **Solution**
Check that the file descriptor is valid. Check that the file descriptor is valid.
### 13900040 System Call Interrupted ### 13900040 System Call Interrupted
**Error Message** **Error Message**
Interrupted systen call should be restarted
Interrupted system call should be restarted
**Possible Causes** **Possible Causes**
The system call is interrupted. The system call is interrupted.
**Solution** **Solution**
Invoke the system call again. Invoke the system call again.
### 13900041 Disk Quota Exceeded ### 13900041 Disk Quota Exceeded
**Error Message** **Error Message**
Quota exceeded Quota exceeded
**Possible Causes** **Possible Causes**
The disk space is insufficient. The disk space is insufficient.
**Solution** **Solution**
Clear disk space. Clear disk space.
### 13900042 Unknown Error ### 13900042 Unknown Error
**Error Message** **Error Message**
Unknown error Unknown error
**Possible Causes** **Possible Causes**
The error is unidentified. The error is unidentified.
**Solution** **Solution**
...@@ -477,45 +607,57 @@ The error is unidentified. ...@@ -477,45 +607,57 @@ The error is unidentified.
### 14000001 Invalid File Name ### 14000001 Invalid File Name
**Error Message** **Error Message**
Invalid display name Invalid display name
**Possible Causes** **Possible Causes**
The file name contains invalid characters. The file name contains invalid characters.
**Solution** **Solution**
Modify the file name. Modify the file name.
### 14000002 Invalid URI ### 14000002 Invalid URI
**Error Message** **Error Message**
Invalid uri Invalid uri
**Possible Causes** **Possible Causes**
The URI is invalid. The URI is invalid.
**Solution** **Solution**
Use the obtained URI. Use the obtained URI.
### 14000003 Invalid File Name Extension ### 14000003 Invalid File Name Extension
**Error Message** **Error Message**
Invalid file extension Invalid file extension
**Possible Causes** **Possible Causes**
The file name extension is incorrect. The file name extension is incorrect.
**Solution** **Solution**
Modify the file name extension. Modify the file name extension.
### 14000004 File in Recycle Bin ### 14000004 File in Recycle Bin
**Error Message** **Error Message**
File has been put into trash bin File has been put into trash bin
**Possible Causes** **Possible Causes**
The file is moved to the Recycle Bin. The file is moved to the Recycle Bin.
**Solution** **Solution**
Check whether the file is in the Recycle Bin. Check whether the file is in the Recycle Bin.
## Spatial Statistics Error Codes ## Spatial Statistics Error Codes
...@@ -523,83 +665,105 @@ Check whether the file is in the Recycle Bin. ...@@ -523,83 +665,105 @@ Check whether the file is in the Recycle Bin.
### 13600001 IPC Failed ### 13600001 IPC Failed
**Error Message** **Error Message**
IPC error IPC error
**Possible Causes** **Possible Causes**
The called service does not exist. The called service does not exist.
**Solution** **Solution**
Check whether the service is started. Check whether the service is started.
### 13600002 File System Not Supported ### 13600002 File System Not Supported
**Error Message** **Error Message**
Not supported filesystem
Not supported file system
**Possible Causes** **Possible Causes**
The file system is not supported. The file system is not supported.
**Solution** **Solution**
Use a supported file system. Use a supported file system.
### 13600003 Mount Failed ### 13600003 Mount Failed
**Error Message** **Error Message**
Failed to mount Failed to mount
**Possible Causes** **Possible Causes**
The **mount** command fails. The **mount** command fails.
**Solution** **Solution**
Remove the card and run the **mount** command again. Remove the card and run the **mount** command again.
### 13600004 Unmount Failed ### 13600004 Unmount Failed
**Error Message** **Error Message**
Failed to unmount Failed to unmount
**Possible Causes** **Possible Causes**
The device does not respond. The device does not respond.
**Solution** **Solution**
Check whether the file is being used. If yes, kill the thread that uses the file. Check whether the file is being used. If yes, kill the thread that uses the file.
### 13600005 Incorrect Volume State ### 13600005 Incorrect Volume State
**Error Message** **Error Message**
Incorrect volume state Incorrect volume state
**Possible Causes** **Possible Causes**
The volume state is incorrect. The volume state is incorrect.
**Solution** **Solution**
Check whether the current volume state is correct. Check whether the current volume state is correct.
### 13600006 Failed to Create a Directory or Node ### 13600006 Failed to Create a Directory or Node
**Error Message** **Error Message**
Prepare directory or node error Prepare directory or node error
**Possible Causes** **Possible Causes**
The directory or node to be created already exists. The directory or node to be created already exists.
**Solution** **Solution**
Check whether the directory or node to be created already exists. Check whether the directory or node to be created already exists.
### 13600007 Failed to Delete a Directory or Node ### 13600007 Failed to Delete a Directory or Node
**Error Message** **Error Message**
Delete directory or node error Delete directory or node error
**Possible Causes** **Possible Causes**
The specified directory or node has been deleted. The specified directory or node has been deleted.
**Solution** **Solution**
Check whether the specified directory or node exists. Check whether the specified directory or node exists.
### 13600008 Object Not Exist ### 13600008 Object Not Exist
**Error Message** **Error Message**
No such object No such object
**Possible Causes** **Possible Causes**
...@@ -613,12 +777,15 @@ No such object ...@@ -613,12 +777,15 @@ No such object
### 13600009 Invalid User ID ### 13600009 Invalid User ID
**Error Message** **Error Message**
User id out of range User id out of range
**Possible Causes** **Possible Causes**
The specified user ID is incorrect. The specified user ID is incorrect.
**Solution** **Solution**
Check that the user ID is correct. Check that the user ID is correct.
## User File Access Error Codes ## User File Access Error Codes
...@@ -626,51 +793,64 @@ Check that the user ID is correct. ...@@ -626,51 +793,64 @@ Check that the user ID is correct.
### 14300001 IPC Failed ### 14300001 IPC Failed
**Error Message** **Error Message**
IPC error IPC error
**Possible Causes** **Possible Causes**
1. The server service does not exist. 1. The server service does not exist.
2. The extension mechanism is abnormal. 2. The extension mechanism is abnormal.
**Solution** **Solution**
Check that the server service exists. Check that the server service exists.
### 14300002 Incorrect URI Format ### 14300002 Incorrect URI Format
**Error Message** **Error Message**
Invalid uri Invalid uri
**Possible Causes** **Possible Causes**
The URI is invalid. The URI is invalid.
**Solution** **Solution**
Check that the URI is in correct format. Check that the URI is in correct format.
### 14300003 Failed to Obtain the Server Ability Information ### 14300003 Failed to Obtain the Server Ability Information
**Error Message** **Error Message**
Fail to get fileextension info Fail to get fileextension info
**Possible Causes** **Possible Causes**
The BMS interface is abnormal. The BMS interface is abnormal.
**Solution** **Solution**
Check for basic system capability errors. Check for basic system capability errors.
### 14300004 Incorrect Result Returned by js-server ### 14300004 Incorrect Result Returned by js-server
**Error Message** **Error Message**
Get wrong result Get wrong result
**Possible Causes** **Possible Causes**
The data returned by the server is incorrect. The data returned by the server is incorrect.
**Solution** **Solution**
Check the data returned by the server. Check the data returned by the server.
### 14300005 Failed to Register Notify ### 14300005 Failed to Register Notify
**Error Message** **Error Message**
Fail to register notification Fail to register notification
**Possible Causes** **Possible Causes**
...@@ -678,11 +858,13 @@ Fail to register notification ...@@ -678,11 +858,13 @@ Fail to register notification
2. The extension mechanism is abnormal. 2. The extension mechanism is abnormal.
**Solution** **Solution**
Check that the server service exists. Check that the server service exists.
### 14300006 Failed to Unregister Notify ### 14300006 Failed to Unregister Notify
**Error Message** **Error Message**
Fail to remove notification Fail to remove notification
**Possible Causes** **Possible Causes**
...@@ -690,22 +872,27 @@ Fail to remove notification ...@@ -690,22 +872,27 @@ Fail to remove notification
2. The extension mechanism is abnormal. 2. The extension mechanism is abnormal.
**Solution** **Solution**
Check that the server service exists. Check that the server service exists.
### 14300007 Failed to Initialize the Notify Agent ### 14300007 Failed to Initialize the Notify Agent
**Error Message** **Error Message**
Fail to init notification agent Fail to init notification agent
**Possible Causes** **Possible Causes**
The specified Notify agent has not been registered. The specified Notify agent has not been registered.
**Solution** **Solution**
Check whether the specified Notify agent is registered. Check whether the specified Notify agent is registered.
### 14300008 Failed to Notify the Agent ### 14300008 Failed to Notify the Agent
**Error Message** **Error Message**
Fail to notify agent Fail to notify agent
**Possible Causes** **Possible Causes**
...@@ -713,6 +900,7 @@ Fail to notify agent ...@@ -713,6 +900,7 @@ Fail to notify agent
2. The extension mechanism is abnormal. 2. The extension mechanism is abnormal.
**Solution** **Solution**
Check whether the client is normal. Check whether the client is normal.
## Error Code Adaptation ## Error Code Adaptation
......
# Form Error Codes # Form Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 16500001 Internal Error ## 16500001 Internal Error
**Error Message** **Error Message**
......
# Location Subsystem Error Codes # Location Subsystem Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 3301000 Location Service Unavailable ## 3301000 Location Service Unavailable
**Error Message** **Error Message**
......
# Application Event Logging Error Codes # Application Event Logging Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 11100001 Application Event Logging Disabled ## 11100001 Application Event Logging Disabled
**Error Message** **Error Message**
......
# HiSysEvent Error Codes # HiSysEvent Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 1120001 Invalid Event Domain ## 1120001 Invalid Event Domain
**Error Message** **Error Message**
......
# HiDebug Error Codes # HiDebug Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 11400101 Failed to Obtain the System Service ## 11400101 Failed to Obtain the System Service
......
# HUKS Error Codes # HUKS Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 12000001 Feature Not Supported ## 12000001 Feature Not Supported
**Error Message** **Error Message**
......
# i18n Error Codes # i18n Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 890001 Incorrect Parameter Type ## 890001 Incorrect Parameter Type
**Error Message** **Error Message**
......
# Input Method Framework Error Codes # Input Method Framework Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 12800001 Package Manager Error ## 12800001 Package Manager Error
**Error Message** **Error Message**
......
# Media Error Codes # Media Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 5400101 Memory Allocation Failed ## 5400101 Memory Allocation Failed
**Error Message** **Error Message**
......
# Screen Hopping Error Codes # Screen Hopping Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 4400001 Incorrect Target Device Descriptor ## 4400001 Incorrect Target Device Descriptor
**Error Message** **Error Message**
......
# Network Connection Management Error Codes # Network Connection Management Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 2100001 Invalid Parameter Value ## 2100001 Invalid Parameter Value
**Error Message** **Error Message**
......
# Ethernet Connection Error Codes # Ethernet Connection Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 2200001 Invalid Parameter Value ## 2200001 Invalid Parameter Value
**Error Message** **Error Message**
......
# HTTP Error Codes # HTTP Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 2300001 Protocol Not Supported ## 2300001 Protocol Not Supported
**Error Message** **Error Message**
......
# Policy Management Error Codes # Policy Management Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 2100001 Invalid Parameter Value ## 2100001 Invalid Parameter Value
**Error Message** **Error Message**
......
# Network Sharing Error Codes # Network Sharing Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 2200001 Invalid Parameter Value ## 2200001 Invalid Parameter Value
**Error Message** **Error Message**
......
# NFC Error Codes # NFC Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 3100101 ## 3100101
**Error Message** **Error Message**
......
# Notification Error Codes # Notification Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 1600001 Internal Error ## 1600001 Internal Error
**Error Message** **Error Message**
......
# Pasteboard Error Codes # Pasteboard Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 12900001 Index Out of Range ## 12900001 Index Out of Range
**Error Message** **Error Message**
......
# Power Manager Error Codes # Power Manager Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 4900101 Service Connection Failure ## 4900101 Service Connection Failure
**Error Message** **Error Message**
......
# Preferences Error Codes # Preferences Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 15500010 Failed to Delete Preferences ## 15500010 Failed to Delete Preferences
**Error Message** **Error Message**
......
# promptAction Error Codes # promptAction Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 100001 Internal Error ## 100001 Internal Error
**Error Message** **Error Message**
......
# reminderAgentManager Error Codes # reminderAgentManager Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 1700001 Notification Disabled ## 1700001 Notification Disabled
**Error Message** **Error Message**
......
# Upload and Download Error Codes # Upload and Download Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 13400001 File Operation Error ## 13400001 File Operation Error
**Error Message** **Error Message**
......
# Resource Manager Error Codes # Resource Manager Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 9001001 Invalid Resource ID ## 9001001 Invalid Resource ID
**Error Message** **Error Message**
......
# Router Error Codes # Router Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 100001 Internal Error ## 100001 Internal Error
**Error Message** **Error Message**
......
# RPC Error Codes # RPC Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
The APIs of the **rpc** module return exceptions since API version 9. The APIs of the **rpc** module return exceptions since API version 9.
## 1900001 Failed to Call mmap ## 1900001 Failed to Call mmap
......
# Running Lock Error Codes # Running Lock Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 4900101 Service Connection Failure ## 4900101 Service Connection Failure
**Error Message** **Error Message**
......
# Screen Lock Management Error Codes # Screen Lock Management Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 13200002 Screen Lock Management Service Is Abnormal ## 13200002 Screen Lock Management Service Is Abnormal
**Error Message** **Error Message**
......
# Sensor Error Codes # Sensor Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 14500101 Service Exception ## 14500101 Service Exception
**Error Message** **Error Message**
......
# System Parameter Error Codes # System Parameter Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 14700101 Failure to Query the System Parameter ## 14700101 Failure to Query the System Parameter
**Error Message** **Error Message**
......
# Telephony Error Codes # Telephony Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 8300001 Input Parameter Value Out of Range ## 8300001 Input Parameter Value Out of Range
**Error Message** **Error Message**
......
# Thermal Manager Error Codes # Thermal Manager Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 4800101 Service Connection Failure ## 4800101 Service Connection Failure
**Error Message** **Error Message**
......
# Time and Time Zone Service Error Codes # Time and Time Zone Service Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## -1 Screen Unlock Error ## -1 Screen Unlock Error
**Error Message** **Error Message**
......
# UiTest Error Codes # UiTest Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 17000001 Initialization Failure ## 17000001 Initialization Failure
**Error Message** **Error Message**
......
# Update Error Codes # Update Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 11500104 IPC Error ## 11500104 IPC Error
**Error Message** **Error Message**
......
# USB Error Codes # USB Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 14400001 USB Device Connection Denied ## 14400001 USB Device Connection Denied
**Error Message** **Error Message**
......
# User Authentication Error Codes # User Authentication Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 201 Permission Verification Failed ## 201 Permission Verification Failed
For details, see [Universal Error Codes](./errorcode-universal.md). For details, see [Universal Error Codes](./errorcode-universal.md).
......
# Utils Error Codes # Utils Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 10200001 Value Out of Range ## 10200001 Value Out of Range
**Error Message** **Error Message**
......
# Vibrator Error Codes # Vibrator Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 14600101 Device operation failed. ## 14600101 Device operation failed.
**Error Message** **Error Message**
......
# Webview Error Codes # Webview Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 17100001 WebviewController Not Associated with a Web Component ## 17100001 WebviewController Not Associated with a Web Component
......
# Wi-Fi Error Codes # Wi-Fi Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 2401000 STA Internal Error ## 2401000 STA Internal Error
**Error Message** **Error Message**
......
# Window Error Codes # Window Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 1300001 Repeated Operation ## 1300001 Repeated Operation
**Error Message** **Error Message**
......
# workScheduler Error Codes # workScheduler Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 9700001 Memory Operation Failure ## 9700001 Memory Operation Failure
**Error Message** **Error Message**
......
# zlib Error Codes # zlib Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 900001 Invalid Source File ## 900001 Invalid Source File
**Error Message** **Error Message**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册