upload tizen1.0 source
[profile/ivi/wrt-plugins-tizen.git] / src / standards / Tizen / Common / JSTizenException.h
index af0e248..d4e7328 100644 (file)
@@ -26,6 +26,10 @@ namespace TizenApis {
 
        namespace Commons {
 
+               /**
+                * @deprecated
+                * TizenException is deprecated. use JSWebAPIError instead.
+               */
                class JSTizenException {
                        public:
                                typedef  WrtDeviceApis::CommonsJavaScript::PrivateObjectT<TizenExceptionDataPtr>::Type PrivateObject;
@@ -39,7 +43,8 @@ namespace TizenApis {
                                static const std::string NOT_SUPPORTED_ERROR;
                                static const std::string PERMISSION_DENIED_ERROR;
                                static const std::string NOT_FOUND_ERROR;
-
+                               static const std::string SERVICE_NOT_AVAILABLE;
+                               static const std::string NETWORK_ERROR;
                          public:
                                static JSClassRef getClassRef();