Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(232)

Unified Diff: google_apis/drive/drive_api_error_codes.h

Issue 1218773003: Implement a DRIVE_REQUEST_TOO_LARGE backoff. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: google_apis/drive/drive_api_error_codes.h
diff --git a/google_apis/drive/drive_api_error_codes.h b/google_apis/drive/drive_api_error_codes.h
index eafcc11ab984434813233d80cf8c03e05b21f003..10aa901d15a5fa5b47154aca4daf13ff4a6df1a0 100644
--- a/google_apis/drive/drive_api_error_codes.h
+++ b/google_apis/drive/drive_api_error_codes.h
@@ -36,6 +36,7 @@ enum DriveApiErrorCode {
DRIVE_NO_CONNECTION = -104,
DRIVE_NOT_READY = -105,
DRIVE_NO_SPACE = -106,
+ DRIVE_RESPONSE_TOO_LARGE = -107
};
// Returns a string representation of DriveApiErrorCode.

Powered by Google App Engine
This is Rietveld 408576698