janhommes / o.js

o.js - client side oData lib.
https://janhommes.github.io/o.js/example/
MIT License
241 stars 58 forks source link

How to Handle ErrorMessage like this? #44

Closed datoulei closed 7 years ago

datoulei commented 7 years ago
{
  "error":{
    "code":"",
    "message":"The query specified in the URI is not valid.",
    }
}
janhommes commented 7 years ago

Mh this is a message comming from your server. How does your URL looks like? Maybe it's uhhhm... not valid? ;)