补充参数错误可能原因

Signed-off-by: anchi <anchi1@huawei.com>
This commit is contained in:
anchi 2024-05-06 16:21:17 +08:00
parent ab2e8cad89
commit f6068bf391

View File

@ -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.