add error handling/reporting for client module

Change-Id: I38875e561aa85093030ad6f937891723bd401de2
diff --git a/src/client-module.hpp b/src/client-module.hpp
index fd88129..b9c0f35 100644
--- a/src/client-module.hpp
+++ b/src/client-module.hpp
@@ -117,6 +117,9 @@
   void
   endSession();
 
+  static void
+  processIfError(const Data& data);
+
 PUBLIC_WITH_TESTS_ELSE_PRIVATE:
   ClientConfig m_config;
   security::v2::KeyChain& m_keyChain;