Skip to content

Commit d3d7e67

Browse files
committed
Add 425 Too Early
1 parent a5e89e0 commit d3d7e67

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/main/java/io/github/malczuuu/problem4j/core/ProblemStatus.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,13 @@ public enum ProblemStatus {
494494
*/
495495
FAILED_DEPENDENCY(424, "Failed Dependency"),
496496

497+
/**
498+
* 425 Too Early.
499+
*
500+
* @link <a href="https://datatracker.ietf.org/doc/html/rfc8470#section-5.2">RFC 8470 §5.2</a>
501+
*/
502+
TOO_EARLY(425, "Too Early"),
503+
497504
/**
498505
* 426 Upgrade Required.
499506
*

0 commit comments

Comments
 (0)