From: Hyunjin Park Date: Tue, 22 Sep 2015 06:10:21 +0000 (+0900) Subject: [messaging] Modify exceptions on stopsync() X-Git-Tag: tizen_3.0/TD_SYNC/20161201~458^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bfc746425cc3de685986dd5660ae6a914e9ab88f;p=sdk%2Fonline-doc.git [messaging] Modify exceptions on stopsync() ACR : TWDAPI-34 - remove InvalidValuesError, TypeMismatchError - add UnknownError Change-Id: I3f34fb56785596e27a008d31ccd75f6b630b0dd7 Signed-off-by: Hyunjin park --- 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. +