[messaging] Modify exceptions on stopsync()
authorHyunjin Park <hj.na.park@samsung.com>
Tue, 22 Sep 2015 06:10:21 +0000 (15:10 +0900)
committerHyunjin Park <hj.na.park@samsung.com>
Tue, 22 Sep 2015 06:12:04 +0000 (15:12 +0900)
ACR : TWDAPI-34
- remove InvalidValuesError, TypeMismatchError
- add UnknownError

Change-Id: I3f34fb56785596e27a008d31ccd75f6b630b0dd7
Signed-off-by: Hyunjin park <hj.na.park@samsung.com>
org.tizen.web.apireference/html/device_api/mobile/tizen/messaging.html

index a1ed5dd..3576f8d 100644 (file)
@@ -1905,15 +1905,9 @@ If the <em>operationId </em>argument is not valid or does not correspond to a va
 </div>
 <div class="exceptionlist">
 <p><span class="except">Exceptions:</span></p>
-          <ul class="exception"><li>WebAPIException<ul>
-<li class="list"><p>
- with error type TypeMismatchError, if any input parameter
-is not compatible with the expected type for that parameter.
-                </p></li>
-<li class="list"><p>
- with error type InvalidValuesError, if any of the input parameters contains an invalid value.
-                </p></li>
-</ul>
+          <ul class="exception"><li>WebAPIException<ul><li class="list"><p>
+ with error type UnknownError, if the method cannot be completed because of an unknown error.
+                </p></li></ul>
 </li></ul>
         </div>
 </dd>