Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / google_apis / test / data / drive / error.json
blob23b2d903bd97274847357f2aaf8d056ff945b1ee
2   "error": {
3     "errors": [
4       {
5         "domain": "global",
6         "reason": "conditionNotMet",
7         "message": "Precondition Failed",
8         "locationType": "header",
9         "location": "If-Match",
10         "debugInfo": "code: CONDITION_NOT_MET\nhttp status: 412\ncause: ...",
11       }
12     ],
13     "code": 412,
14     "message": "Precondition Failed"
15   }