10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81fbe8d commit 956df84Copy full SHA for 956df84
google-http-client/src/main/java/com/google/api/client/http/HttpStatusCodes.java
@@ -51,6 +51,9 @@ public class HttpStatusCodes {
51
/** Status code for a resource that has temporarily moved to a new URI. */
52
public static final int STATUS_CODE_TEMPORARY_REDIRECT = 307;
53
54
+ /** Status code for a request that could not be understood by the server. */
55
+ public static final int STATUS_CODE_BAD_REQUEST = 400;
56
+
57
/** Status code for a request that requires user authentication. */
58
public static final int STATUS_CODE_UNAUTHORIZED = 401;
59
0 commit comments