harmony 鸿蒙Universal Error Codes

  • 2023-02-03
  • 浏览 (583)

Universal Error Codes

201 Permission Denied

Error Message

Permission verification failed, usually the result returned by VerifyAccessToken.

Description

This error code is reported when permission verification fails.

Possible Causes

The application calls an API without the required permission.

Solution

Check the permission required to call the API and make sure the application has the permission.

202 Permission Verification Failed for Calling a System API

Error Message

Permission verification failed, application which is not a system application uses system API.

Description

This error code is reported when a non-system application failed the permission verification.

Possible Causes

The API called by the application is a system API.

Solution

Check whether any system API is called. Delete it if any.

401 Parameter Check Failed

Error Message

BusinessError 401: Parameter error. The type of “${parameterName}” must be ${validType}[or ${validInput}].

Description

This error code is reported when a parameter error occurs. Regardless of whether the API is synchronous or asynchronous, this type of error is generally thrown in synchronous mode.

Possible Causes

The mandatory parameter is not passed in, or the parameter type is invalid.

Solution

Make sure the mandatory parameter is passed in and the type of the passed parameter is invalid.

801 API Not Supported

Error Message

BusinessError 801: Capability not supported. function ${functionName } can not work correctly due to limited device capabilities.

Description

This error code is reported when the device supports the target SysCap but does not support a specific API.

Possible Causes

The device does not support the API.

Solution

Check whether the device supports the API.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Error Codes

harmony 鸿蒙Event Error Codes

harmony 鸿蒙DeviceUsageStatistics Error Codes

harmony 鸿蒙DistributedNotificationService Error Codes

harmony 鸿蒙Distributed Scheduler Error Codes

harmony 鸿蒙Ability Error Codes

harmony 鸿蒙Access Control Error Codes

harmony 鸿蒙Accessibility Error Codes

harmony 鸿蒙Account Management Error Codes

harmony 鸿蒙Animator Error Codes

0  赞