1 | Unknown error occurred Try again later. |
2 | Application is disabled. Enable your application or use test mode You need to switch on the app in Settings (https://vk.com/editapp?id={Your API_ID} or use the test mode (test_mode=1). |
3 | Unknown method passed Check the method name: http://vk.com/dev/methods . |
4 | Incorrect signature Check if the signature has been formed correctly: https://vk.com/dev/api_nohttps. |
5 | User authorization failed Make sure that you use a correct authorization type. |
6 | Too many requests per second Decrease the request frequency or use the execute method. More details on frequency limits here: http://vk.com/dev/api_requests. |
7 | Permission to perform this action is denied Make sure that your have received required permissions during the authorization. You can do it with the account.getAppPermissions method. |
8 | Invalid request Check the request syntax and used parameters list (it can be found on a method description page) . |
9 | Flood control You need to decrease the count of identical requests. For more efficient work you may use execute or JSONP. |
10 | Internal server error Try again later. |
11 | In test mode application should be disabled or user should be authorized Switch the app off in Settings: https://vk.com/editapp?id={Your API_ID}. |
13 | Runtime error occurred during code invocation |
14 | Captcha needed Work with this error is explained in detail on the separate page. |
15 | Access denied Make sure that you use correct identifiers and the content is available for the user in the full version of the site. |
16 | HTTP authorization failed To avoid this error check if a user has the 'Use secure connection' option enabled with the account.getInfo method. |
17 | Validation required Make sure that you don't use a token received with http://vk.com/dev/auth_mobile for a request from the server. It's restricted. The validation process is described on the separate page. |
18 | User was deleted or banned |
20 | Permission to perform this action is denied for non-standalone applications If you see this error despite your app has the Standalone type, make sure that you use redirect_uri=https://oauth.vk.com/blank.html. Details here: http://vk.com/dev/auth_mobile. |
21 | Permission to perform this action is allowed only for Standalone and OpenAPI applications |
23 | This method was disabled All the methods available now are listed here: http://vk.com/dev/methods. |
24 | Confirmation required Confirmation process is described on the separate page. |
27 | Group authorization failed |
28 | Application authorization failed |
29 | Rate limit reached More details on rate limits here: http://vk.com/dev/data_limits |
30 | This profile is private |
33 | Not implemented yet |
34 | Client version deprecated |
37 | User was banned |
38 | Unknown application |
39 | Unknown user |
40 | Unknown group |
41 | Additional signup required |
42 | IP is not allowed |
100 | One of the parameters specified was missing or invalid Check the reqired parameters list and their format on a method description page. |
101 | Invalid application API ID Find the app in the administrated list in settings: http://vk.com/apps?act=settings And set the correct API_ID in the request. |
113 | Invalid user id Make sure that you use a correct id. You can get an id using a screen name with the utils.resolveScreenName method |
150 | Invalid timestamp You may get a correct value with the utils.getServerTime method. |
200 | Access to album denied Make sure you use correct ids (owner_id is always positive for users, negative for communities) and the current user has access to the requested content in the full version of the site. |
201 | Access to audio denied Make sure you use correct ids (owner_id is always positive for users, negative for communities) and the current user has access to the requested content in the full version of the site. |
203 | Access to group denied Make sure that the current user is a member or admin of the community (for closed and private groups and events). |
300 | This album is full You need to delete the odd objects from the album or use another album. |
500 | Permission denied. You must enable votes processing in application settings Check the app settings: http://vk.com/editapp?id={Your API_ID}§ion=payments |
600 | Permission denied. You have no access to operations specified with given object(s) |
603 | Some ads error occured |
1114 | Anonymous token has expired |
1116 | Anonymous token is invalid |
1117 | Access token has expired |
1118 | Anonymous token ip mismatch |
3300 | Recaptcha needed |
3301 | Phone validation needed |
3302 | Password validation needed |
3303 | Otp app validation needed |
3304 | Email confirmation needed |
3305 | Assert votes |
3609 | Token extension required |
3610 | User is deactivated |
3611 | Service is deactivated for user |