From 375332e5f57e3db5a42ae3a4ead051f984e575be Mon Sep 17 00:00:00 2001 From: yang123 Date: Fri, 26 Jul 2024 06:12:06 +0000 Subject: [PATCH] update api/@ohos.deviceStatus.dragInteraction.d.ts. Signed-off-by: yang123 --- api/@ohos.deviceStatus.dragInteraction.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/@ohos.deviceStatus.dragInteraction.d.ts b/api/@ohos.deviceStatus.dragInteraction.d.ts index d52750281..76ba5fcd8 100644 --- a/api/@ohos.deviceStatus.dragInteraction.d.ts +++ b/api/@ohos.deviceStatus.dragInteraction.d.ts @@ -112,7 +112,7 @@ declare namespace dragInteraction { * * @param { 'drag' } type Indicates the event type. * @param { Callback } callback Indicates the callback to receive the changed dragging state. - * @throws {BusinessError} 202 - Not system application. + * @throws {BusinessError} 202 - Permission verification failed. A non-system application calls a system API. * @throws {BusinessError} 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified. *
2.Incorrect parameter types.3.Parameter verification failed. * @syscap SystemCapability.Msdp.DeviceStatus.Drag @@ -139,7 +139,7 @@ declare namespace dragInteraction { * @param { 'drag' } type Indicates the event type. * @param { Callback }callback Indicates the callback for which listening is disabled. If this parameter * is not specified, listening will be disabled for all registered callbacks. - * @throws {BusinessError} 202 - Not system application. + * @throws {BusinessError} 202 - Permission verification failed. A non-system application calls a system API. * @throws {BusinessError} 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified. *
2.Incorrect parameter types.3.Parameter verification failed. * @syscap SystemCapability.Msdp.DeviceStatus.Drag @@ -152,7 +152,7 @@ declare namespace dragInteraction { * Obtains the abstract of a dragged object. * * @returns { Array } Data abstract of the dragged object. - * @throws {BusinessError} 202 - Not system application. + * @throws {BusinessError} 202 - Permission verification failed. A non-system application calls a system API. * @syscap SystemCapability.Msdp.DeviceStatus.Drag * @systemapi Hide this for inner system use. * @since 11