replace : iotivity -> iotivity-sec
[platform/upstream/iotivity.git] / service / easy-setup / mediator / richsdk / android / EasySetupCore / src / main / java / org / iotivity / service / easysetup / mediator / enums / ESErrorCode.java
index 913924c..d94edf2 100755 (executable)
@@ -91,6 +91,12 @@ public enum ESErrorCode {
     ES_ERRCODE_FAILED_TO_FIND_REGISTERED_USER_IN_CLOUD(12),
 
     /**
+     * Error Code that an enrollee can not connect to a target WiFi AP because the AP resides in
+     * an unsupported WiFi frequency.
+     */
+    ES_ERRCODE_UNSUPPORTED_WIFI_FREQUENCY(13),
+
+    /**
      * Error Code that Unknown error occured
      */
     ES_ERRCODE_UNKNOWN(255);