1, MCIAPI_Error_NetworkError
An error occurred during data transfer attempt.
{
"cmd" : "0001",
"evocator" : "XXXX",
"error" : 1,
"ErrNum" : 2,
"Msg" : "10060 Connection Timed Out"
}
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; |
ErrNum |
integer |
2 — network error; 3 — unknown network error; 4 — error of receiving response data from the server; 5 — outdated server version; |
Msg |
string |
network error text explanation. |
*evocator — the causer
As a rule, if all parameters are specified correctly, the IntegrationAPI key is correct, IntegrationAPI enabled, and your IP address is not filtered, then the reason can be in firewalls and antiviruses.