MyChat Integration API error: MCIAPI_Error_UserOffline

MyChat Integration API error: MCIAPI_Error_UserOffline

"For developers", "Integration API", "List of Integration API errors with description", "MCIAPI_Error_UserOffline".
 

Error

38, MCIAPI_Error_UserOffline

 

Description

A user is disconnected from the server (offline).

 

JSON object


{
  "cmd"      : "0001",
  "evocator" : "XXXX",
  "error"    : 38,
  "UIN"      : 743
}

Parameter

TYpe

Value

cmd

string

command of the error HEX "0001";

evocator

string

HEX code of the sent command that caused the error;

error

integer

error number;

UIN

integer

user's ID from the initial request.

 

Problem solution

Make sure, that a specified UIN is online (connected to the server) when executing a command.