From bfc746425cc3de685986dd5660ae6a914e9ab88f Mon Sep 17 00:00:00 2001 From: Hyunjin Park Date: Tue, 22 Sep 2015 15:10:21 +0900 Subject: [PATCH] [messaging] Modify exceptions on stopsync() ACR : TWDAPI-34 - remove InvalidValuesError, TypeMismatchError - add UnknownError Change-Id: I3f34fb56785596e27a008d31ccd75f6b630b0dd7 Signed-off-by: Hyunjin park --- .../html/device_api/mobile/tizen/messaging.html | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/org.tizen.web.apireference/html/device_api/mobile/tizen/messaging.html b/org.tizen.web.apireference/html/device_api/mobile/tizen/messaging.html index a1ed5dd..3576f8d 100644 --- a/org.tizen.web.apireference/html/device_api/mobile/tizen/messaging.html +++ b/org.tizen.web.apireference/html/device_api/mobile/tizen/messaging.html @@ -1905,15 +1905,9 @@ If the operationId argument is not valid or does not correspond to a va

Exceptions:

-
  • WebAPIException
      -
    • - with error type TypeMismatchError, if any input parameter -is not compatible with the expected type for that parameter. -

    • -
    • - with error type InvalidValuesError, if any of the input parameters contains an invalid value. -

    • -
    +
    • WebAPIException
      • + with error type UnknownError, if the method cannot be completed because of an unknown error. +

-- 2.7.4