MyChat Integration API error: MCIAPI_Error_WrongDomainUserReciever
Error
11, MCIAPI_Error_WrongDomainUserReceiver
Description
Such domain user-recipient is not registered on the server.
JSON object
{
"cmd" : "0001",
"evocator" : "XXXX",
"error" : 11,
"context" : "myfunc",
"User" : "domain\login",
"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; |
User |
string |
domain and login of a user who is not found on MyChat server. |
error_desc_XX |
string |
links to the Help page.s |
Problem solution
Check a user existence and his domain on the server in the list of registered users.
Make sure that you specify a domain authorization type for a user.