mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-30 10:53:31 +00:00
auto fill request 401 parameter modification
Signed-off-by: xinking129 <xinxin13@huawei.com>
This commit is contained in:
parent
7d5b956b67
commit
fb4a761768
6
api/application/AutoFillRequest.d.ts
vendored
6
api/application/AutoFillRequest.d.ts
vendored
@ -148,7 +148,7 @@ export interface FillRequestCallback {
|
||||
* @param { FillResponse } response - Indicates the fill response.
|
||||
* @throws { BusinessError } 202 - Permission denied, non-system app called system api.
|
||||
* @throws { BusinessError } 401 - The parameter check failed. Possible causes: 1. Mandatory parameters are left unspecified;
|
||||
* 2. Incorrect parameters types.
|
||||
* <br>2. Incorrect parameters types.
|
||||
* @throws { BusinessError } 16000050 - Internal error.
|
||||
* @syscap SystemCapability.Ability.AbilityRuntime.AbilityCore
|
||||
* @systemapi
|
||||
@ -185,7 +185,7 @@ export interface FillRequestCallback {
|
||||
* @param { string } [fillContent] - Indicates the content to be filled in.
|
||||
* @throws { BusinessError } 202 - Permission denied, non-system app called system api.
|
||||
* @throws { BusinessError } 401 - Incorrect parameter types. Possible causes: 1. Mandatory parameters are left unspecified;
|
||||
* 2. Incorrect parameters types.
|
||||
* <br>2. Incorrect parameters types.
|
||||
* @throws { BusinessError } 16000050 - Internal error.
|
||||
* @syscap SystemCapability.Ability.AbilityRuntime.AbilityCore
|
||||
* @systemapi
|
||||
@ -200,7 +200,7 @@ export interface FillRequestCallback {
|
||||
* @param { AutoFillPopupConfig } autoFillPopupConfig - Indicates the autofill popup config.
|
||||
* @throws { BusinessError } 202 - Permission denied, non-system app called system api.
|
||||
* @throws { BusinessError } 401 - The input parameter is not valid parameter. Possible causes: 1. Mandatory parameters are left unspecified;
|
||||
* 2. Incorrect parameters types.
|
||||
* <br>2. Incorrect parameters types.
|
||||
* @throws { BusinessError } 16000050 - Internal error.
|
||||
* @syscap SystemCapability.Ability.AbilityRuntime.AbilityCore
|
||||
* @systemapi
|
||||
|
Loading…
Reference in New Issue
Block a user