Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. {
  2. "error": {
  3. "errors": [
  4. {
  5. "domain": "global",
  6. "reason": "invalid",
  7. "message": "query is invalid: JSON parsing error.",
  8. "locationType": "other",
  9. "location": "parameters.query"
  10. }
  11. ],
  12. "code": 400,
  13. "message": "query is invalid: JSON parsing error."
  14. }
  15. }
  16.  
  17. error: {
  18. errors: [
  19. {
  20. domain: "global",
  21. reason: "invalid",
  22. message: "Unique query may have at most one result. Got 2",
  23. locationType: "other",
  24. location: "/film/film/rottentomatoes_id"
  25. }
  26. ],
  27. code: 400,
  28. message: "Unique query may have at most one result. Got 2"
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement