MyChat Integration API error: MCIAPI_Error_UINNotFound
Error
19, MCIAPI_Error_UINNotFound
Description
User with such an ID is not found on the server.
JSON object
{
"cmd" : "0001",
"evocator" : "XXXX",
"error" : 19,
"сontext" : "myfunc",
"UIN" : 32,
"error_desc_ru" : "https://nsoft-s.com/...",
"error_desc_en" : "https://nsoft-s.com/...",
"error_desc_ua" : "https://nsoft-s.com/..."
}
Parameter |
Type |
Value |
cmd |
string |
error command HEX "0001";"; |
evocator |
string |
HEX code of the command sent on the server that caused the problem; |
error |
integer |
error number; |
context |
string |
any text sent to the server in a query command; |
UIN |
string |
non-existent user ID in the initial request. |
error_desc_XX |
string |
links to the Help page. |
Problem solution
Check the existence of a user on the server in a list of registered users.