Merge branch '1.1-rel'
[platform/upstream/iotivity.git] / android / android_api / base / src / main / java / org / iotivity / base / ErrorCode.java
index e05328a..a6603ae 100644 (file)
@@ -61,6 +61,9 @@ public enum ErrorCode {
     PDM_IS_NOT_INITIALIZED("PDM_IS_NOT_INITIALIZED", ""),
     DUPLICATE_UUID("DUPLICATE_UUID", ""),
     INCONSISTENT_DB("INCONSISTENT_DB", ""),
+    /** Error code from OTM */
+    AUTHENTICATION_FAILURE("AUTHENTICATION_FAILURE",
+        "This error is pushed from DTLS interface when handshake failure happens"),
     /** Insert all new error codes here!.*/
     PRESENCE_STOPPED("PRESENCE_STOPPED", ""),
     PRESENCE_TIMEOUT("PRESENCE_TIMEOUT", ""),