Error

45, MCIAPI_Error_PasswordCannotBeEmpty

 

Description

A password in the source command can't be empty.

 

JSON object

{
  "cmd"           : "0001",
  "evocator"      : "XXXX",
  "error"         : 45,
  "context"       : "myfunc",
  "error_desc_ru" : "https://nsoft-s.com/...",
  "error_desc_en" : "https://nsoft-s.com/...",
  "error_desc_ua" : "https://nsoft-s.com/..."
}


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;

context

string

any text sent to the server in a query command;

error_desc_XX

string

links to the Help page.

 

Problem solution

You must specify a password in the initial query; you can't use an empty string.