diff -r b02dd2a5f329 -r 35211afcd563 thirdparty/google_appengine/google/appengine/api/urlfetch_service_pb.py --- a/thirdparty/google_appengine/google/appengine/api/urlfetch_service_pb.py Fri Oct 10 06:56:56 2008 +0000 +++ b/thirdparty/google_appengine/google/appengine/api/urlfetch_service_pb.py Fri Oct 10 13:14:24 2008 +0000 @@ -30,6 +30,7 @@ FETCH_ERROR = 2 UNSPECIFIED_ERROR = 3 RESPONSE_TOO_LARGE = 4 + DEADLINE_EXCEEDED = 5 _ErrorCode_NAMES = { 0: "OK", @@ -37,6 +38,7 @@ 2: "FETCH_ERROR", 3: "UNSPECIFIED_ERROR", 4: "RESPONSE_TOO_LARGE", + 5: "DEADLINE_EXCEEDED", } def ErrorCode_Name(cls, x): return cls._ErrorCode_NAMES.get(x, "")