Added missing AUTHENTICATION_FAILED OCException reason.
authorOssama Othman <ossama.othman@intel.com>
Wed, 23 Dec 2015 04:38:40 +0000 (20:38 -0800)
committerDmitriy Zhuravlev <d.zhuravlev@samsung.com>
Tue, 12 Jan 2016 13:09:29 +0000 (13:09 +0000)
commit951faae7a7a39c3ff31a27d5639c778ae6ab9567
treee4bbc071c2e6cd5f8e98303a2eea8b7942b4800f
parent50b65730045d0efe5daf56eb221b93d009774bbb
Added missing AUTHENTICATION_FAILED OCException reason.

Fixed warning about missing OC_STACK_AUTHENTICATION_FAILED case in
OCException::reason() switch statement, and added appropriate
corresponding string constant.

Change-Id: Ibdc2d68f9cfb76f8165a62bce65dc183b19d7622
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/4709
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Chul Lee <chuls.lee@samsung.com>
Reviewed-by: Ivan Pazderskyy <i.pazderskyy@samsung.com>
Reviewed-by: Andrii Shtompel <a.shtompel@samsung.com>
Reviewed-by: Dmitriy Zhuravlev <d.zhuravlev@samsung.com>
resource/include/StringConstants.h
resource/src/OCException.cpp
resource/unittests/OCExceptionTest.cpp