Troubleshooting errors: Margay API
When an error occurs, an error code and message are generated in the returned result:
{
"status": {
"status": "ERR",
"errorCode": "ErrorCodeNumber",
"errorMessage": "ErrorCodeMessage"
},
The following table can help you diagnose the error:
Error Code and Message | Reason for error |
---|---|
E0000 – Unknown username or password |
The password value is incorrect. |
E0006 – Permission denied |
Indicates that the user is already logged out. |
E0100 – Unknown username or password |
The username or password value is incorrect. |
E0101 – Invalid JSON |
The JSON text is structured incorrectly. Check that the JSON text follows the format described. You may receive this error if you copied and pasted text from Microsoft Word. Some MS Word characters are slightly different from ASCII text. To avoid this, either type the text directly into Postman, or configure Microsoft Word to use basic ASCII text. |
E9991 – No recent data available for user | No data passed within the time period. |
E9992 – User disabled for configuration |
Indicates that the PortfolioID parameter is incorrect. |
E9998 - Other error |
Restart the session. If this error appears repeatedly, contact Support: support@eseye.com. |
Could not get any response |
Error connecting to the server, for any of the following reasons:
|
<!DOCTYPE html> |
Error message begins as follows: <!DOCTYPE html> <!--[if IE 6]> <html id=ie6" land="en-US"> <![endif]--> <!--[if IE 7}> <html id="ie7" lang="en-US"> ... Indicates that the Request URL servername (Margay) is incorrect. |