diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-12-28 10:53:32 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-12-28 10:53:32 +0000 |
commit | c7c1a75a0748eb688cc87796f6bd0d1dfd2923a1 (patch) | |
tree | b1f861cfece2f012a604a0f752a4ab7bf8b28de1 /protocols/VKontakte/src/vk.h | |
parent | 28e41061006a42d0866fbb68c65834e77f896fa4 (diff) |
Vkontakte:
add access denied error processing
access token auto requered if permission was change
git-svn-id: http://svn.miranda-ng.org/main/trunk@11662 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/vk.h')
-rw-r--r-- | protocols/VKontakte/src/vk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/VKontakte/src/vk.h b/protocols/VKontakte/src/vk.h index ff1914446f..296fcc3b19 100644 --- a/protocols/VKontakte/src/vk.h +++ b/protocols/VKontakte/src/vk.h @@ -52,6 +52,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define VKERR_FLOOD_CONTROL 9 // Flood control
#define VKERR_INTERNAL_SERVER_ERR 10 // Internal server error
#define VKERR_CAPTCHA_NEEDED 14 // Captcha needed
+#define VKERR_ACCESS_DENIED 15 // Access denied
#define VKERR_COULD_NOT_SAVE_FILE 105 // Couldn't save file
#define VKERR_INVALID_ALBUM_ID 114 // Invalid album id
#define VKERR_INVALID_SERVER 118 // Invalid server
|