Error

37, MCIAPI_Error_UINMustBeGreaterThanZero

 

Description

UIN of a user must be above zero.

 

JSON object

{
  "cmd"      : "0001",
  "evocator" : "XXXX",
  "error"    : 37,
  "UIN"      : -15
}


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

UIN that was sent in the source command.

 

Problem solution

Make sure that the command is formed correctly with valid UIN as an integer above zero.