MyChat Integration API error: MCIAPI_Error_NickNotFound

MyChat Integration API error: MCIAPI_Error_NickNotFound

Error

8, MCIAPI_Error_NickNotFound

 

Description

User nickname is not found.

 

JSON object

{
  "cmd"      : "0001",
  "evocator" : "XXXX",
  "error"    : 8,
  "Nick"     : "nickname",
  "Domain"   : "domainname"
}

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;

Nick

string

nick of the absent user on the server;

Domain

string

If a request has a specified domain authorization type, then a domain will be specified in the "Domain" field.

 

Problem solution

Check a user existence on the server in the list of registered users, section "Users".