Error

20, MCIAPI_Error_EmailNotFound

 

Description

The user with specified email address and domain is not found.

 

JSON object

{
  "cmd"      : "0001",
  "evocator" : "XXXX",
  "error"    : 20,
  "Email"    : "usermail",
  "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

main email address of a user on the server;

Email

string

if a domain (and domain authorization method) is specified in the initial request, a user domain is specified too;

Domain

string

 

 

Problem solution

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