MyChat Integration API error: MCIAPI_Error_UINNotFound

 MyChat Integration API error: MCIAPI_Error_UINNotFound

Error

19, MCIAPI_Error_UINNotFound

 

Description

User with such ID is not found on the server.

 

JSON object

{
  "cmd"      : "0001",
  "evocator" : "XXXX",
  "error"    : 19,
  "UIN"      : 32
}

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;

UIN

string

non-existent user ID in the initial request.

 

Problem solution

Check the existence of a user on the server in a list of registered users.

.