harmony 鸿蒙Settings Error Codes

  • 2025-06-12
  • 浏览 (3)

Settings Error Codes

NOTE

This topic describes only module-specific error codes. For details about universal error codes, see Universal Error Codes.

14800000 Parameter Check Failed

Error Message

Parameter error. Possible causes: 1. Parameter verification failed.

Description

  1. This error code is reported when the null parameter is incorrect.

  2. This error code is reported when the parameter parsing fails.

Possible Causes

  1. A null parameter is incorrect (Null Argument Error).

  2. A value range is incorrect (Value Range Error).

Solution

Make sure all the mandatory parameters are passed. If parameter verification fails, read the parameter specifications and locate the fault based on the possible causes.

14800010 UIAbility Required

Error Message

Original service error.

Description

This error code is reported when the original service throws an error.

Possible Causes

The current context is not the UIAbility.

Solution

Perform the operation on UIAbility.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Basic Services Kit

harmony 鸿蒙DeviceInfo

harmony 鸿蒙InitSync

harmony 鸿蒙OH_Print

harmony 鸿蒙OsAccount

harmony 鸿蒙Pasteboard

harmony 鸿蒙Print_Margin

harmony 鸿蒙Print_PageSize

harmony 鸿蒙Print_PrintAttributes

harmony 鸿蒙Print_PrintDocCallback

0  赞