File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ const (
55
55
StatusUnprocessableEntity = 422 // RFC 4918, 11.2
56
56
StatusLocked = 423 // RFC 4918, 11.3
57
57
StatusFailedDependency = 424 // RFC 4918, 11.4
58
+ StatusTooEarly = 425 // RFC 8470, 5.2.
58
59
StatusUpgradeRequired = 426 // RFC 7231, 6.5.15
59
60
StatusPreconditionRequired = 428 // RFC 6585, 3
60
61
StatusTooManyRequests = 429 // RFC 6585, 4
@@ -122,6 +123,7 @@ var statusText = map[int]string{
122
123
StatusUnprocessableEntity : "Unprocessable Entity" ,
123
124
StatusLocked : "Locked" ,
124
125
StatusFailedDependency : "Failed Dependency" ,
126
+ StatusTooEarly : "Too Early" ,
125
127
StatusUpgradeRequired : "Upgrade Required" ,
126
128
StatusPreconditionRequired : "Precondition Required" ,
127
129
StatusTooManyRequests : "Too Many Requests" ,
You can’t perform that action at this time.
0 commit comments