mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-27 01:11:35 +00:00
补充参数错误可能原因
Signed-off-by: anchi <anchi1@huawei.com>
This commit is contained in:
parent
ab2e8cad89
commit
f6068bf391
@ -173,8 +173,8 @@ declare namespace workScheduler {
|
||||
* <p> and complies with the rules of work scheduler manager. </p>
|
||||
*
|
||||
* @param { WorkInfo } work - The info of work.
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1.Mandatory parameters are left unspecified;
|
||||
* 2.Incorrect parameter types; 3.Parameter verification failed.
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified;
|
||||
* 2. Incorrect parameter types; 3. Parameter verification failed.
|
||||
* @throws { BusinessError } 9700001 - Memory operation failed.
|
||||
* @throws { BusinessError } 9700002 - Parcel operation failed.
|
||||
* @throws { BusinessError } 9700003 - System service operation failed.
|
||||
@ -191,8 +191,8 @@ declare namespace workScheduler {
|
||||
*
|
||||
* @param { WorkInfo } work - The info of work.
|
||||
* @param { boolean } needCancel - True if need to be canceled after being stopped, otherwise false.
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1.Mandatory parameters are left unspecified;
|
||||
* 2.Incorrect parameter types; 3.Parameter verification failed.
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified;
|
||||
* 2. Incorrect parameter types; 3. Parameter verification failed.
|
||||
* @throws { BusinessError } 9700001 - Memory operation failed.
|
||||
* @throws { BusinessError } 9700002 - Parcel operation failed.
|
||||
* @throws { BusinessError } 9700003 - System service operation failed.
|
||||
|
Loading…
Reference in New Issue
Block a user