vknet_vk/VkNet.Tests/TestData/Errors/ExecuteErrorsHandler.json
2019-08-06 01:04:59 +03:00

20 lines
No EOL
435 B
JSON

{
"response": null,
"execute_errors": [
{
"method": "messages.removeChatUser",
"error_code": 1,
"error_msg": "Unknown error occured"
},
{
"method": "messages.removeChatUser",
"error_code": 935,
"error_msg": "User not found in chat"
},
{
"method": "execute",
"error_code": 15,
"error_msg": "Access denied: you can not join this private community"
}
]
}