From e010af0624dd701a4e8c52c1a5bcea92f5482f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sun, 29 Sep 2013 15:34:03 +0000 Subject: Facebook: validate_reseponse now notify all facebook errors git-svn-id: http://svn.miranda-ng.org/main/trunk@6271 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/FacebookRM/src/http.h | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/FacebookRM/src/http.h') diff --git a/protocols/FacebookRM/src/http.h b/protocols/FacebookRM/src/http.h index 23938cfb18..69dc4dc9c7 100644 --- a/protocols/FacebookRM/src/http.h +++ b/protocols/FacebookRM/src/http.h @@ -96,6 +96,7 @@ namespace http int code; unsigned int error_number; std::string error_text; + std::string error_title; std::map< std::string, std::string > headers; std::string data; }; -- cgit v1.2.3