Error code was changed
authorSangSoo Lee <constant.lee@samsung.com>
Thu, 30 May 2013 11:04:42 +0000 (20:04 +0900)
committerWonkyu Kwon <wonkyu.kwon@samsung.com>
Wed, 24 Jul 2013 08:56:37 +0000 (17:56 +0900)
[model] Redwood45LTE-EUR-ORA
[binary_type] AP
[customer] N/A
[issue#] Internal Issues
[problem] For wep api TC, error enum value change
[cause] It uses wrong enum value
[team] NFC
[horizontal_expansion] N/A

Change-Id: Ia091394a6bc82f52041256144e6138c68180cce6

server/ServerResource.cpp

index 9365508..2843fa7 100644 (file)
@@ -603,7 +603,7 @@ namespace smartcard_service_api
                        else
                        {
                                _ERR("session is invalid [%d]", sessionID);
-                               throw ExceptionBase(SCARD_ERROR_ILLEGAL_PARAM);
+                               throw ExceptionBase(SCARD_ERROR_ILLEGAL_STATE);
                        }
                }
                else