MyChat Integration API error: #67: MCIAPI_Error_InvalidMessageStructure, invalid message structure
Error
67, MCIAPI_Error_InvalidMessageStructure
Description
Message structure is formed with errors; description in the parameter "Desc".
JSON object
{
"cmd" : "0001",
"evocator" : "XXXX",
"error" : 67,
"Desc" : "1. JSON is empty",
"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 command sent on the server that caused problem; |
error |
integer |
error number ошибки; |
Desc |
string |
problem description. Detailed explanation in in the error description #379; |
context |
string |
any text sent to the server in a query command; |
error_desc_XX |
string |
links to errors on the Help page. |
Problem solution
Check if the message formed correctly according to documentation; fix it if any errors.