update getRemainingDelayTime 401错误码描述

Signed-off-by: 胡伟 <huwei169@huawei.com>
This commit is contained in:
胡伟 2024-05-09 06:36:02 +00:00 committed by Gitee
parent 3af79bc61b
commit c1d3a0c167
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -110,7 +110,8 @@ declare namespace backgroundTaskManager {
*
* @param { number } requestId - The identifier of the delay request.
* @param { AsyncCallback<number> } callback - The callback of the remaining delay time.
* @throws { BusinessError } 401 - Parameter error.
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified;
* <br> 2. Incorrect parameters types; 3. Parameter verification failed.
* @throws { BusinessError } 9800001 - Memory operation failed.
* @throws { BusinessError } 9800002 - Parcel operation failed.
* @throws { BusinessError } 9800003 - Inner transact failed.