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:

  • You are not connected to the internet
  • The Request URL is incorrect in one or more of the following sections:

    http

    ://

    .eseye.com

  • The server backend is not working properly
  • SSL connections were blocked: Fix this by importing SSL certificates in Chrome
  • Cookies were not sent: Fix this by using the Postman Interceptor extension
  • Restricted headers were not sent: Fix this by using the Postman Interceptor extension
  • Request timeout: Fix this by changing request timeout settings

<!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.