Skip to content

Commit 88e8002

Browse files
authored
Merge pull request #181 from utopia-php/feat-422
Add support for 422
2 parents c01a815 + 5a4d186 commit 88e8002

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Response.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ class Response
113113

114114
public const STATUS_CODE_EXPECTATION_FAILED = 417;
115115

116+
public const STATUS_CODE_UNPROCESSABLE_ENTITY = 422;
117+
116118
public const STATUS_CODE_TOO_EARLY = 425;
117119

118120
public const STATUS_CODE_TOO_MANY_REQUESTS = 429;

0 commit comments

Comments
 (0)