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 945d79f commit 81fbe8dCopy full SHA for 81fbe8d
google-http-client/src/main/java/com/google/api/client/http/HttpStatusCodes.java
@@ -68,6 +68,9 @@ public class HttpStatusCodes {
68
69
/** Status code for a request that could not be completed due to a resource conflict. */
70
public static final int STATUS_CODE_CONFLICT = 409;
71
+
72
+ /** Status code for a request for which one of the conditions it was made under has failed. */
73
+ public static final int STATUS_CODE_PRECONDITION_FAILED = 412;
74
75
/** Status code for an internal server error. */
76
public static final int STATUS_CODE_SERVER_ERROR = 500;
0 commit comments