You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Genotet nodejs server serves the data via JSONP. JSONP does not support fail promise.
Therefore we send back error within a 200 JSONP response in case of bad request.
The network connection error and timeout are handled by the fail promise.
All server queries shall return corresponding JSON result (via JSONP) on success.
If a query failed, an error field shall be set under the returned object, which is handled by the front-end API to display the error message.