Index: chrome/test/data/drive/error.json |
diff --git a/chrome/test/data/drive/error.json b/chrome/test/data/drive/error.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..23b2d903bd97274847357f2aaf8d056ff945b1ee |
--- /dev/null |
+++ b/chrome/test/data/drive/error.json |
@@ -0,0 +1,16 @@ |
+{ |
+ "error": { |
+ "errors": [ |
+ { |
+ "domain": "global", |
+ "reason": "conditionNotMet", |
+ "message": "Precondition Failed", |
+ "locationType": "header", |
+ "location": "If-Match", |
+ "debugInfo": "code: CONDITION_NOT_MET\nhttp status: 412\ncause: ...", |
+ } |
+ ], |
+ "code": 412, |
+ "message": "Precondition Failed" |
+ } |
+} |