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.