@@ -60,6 +60,7 @@ public function reset(): self
60
60
205 => 'Partial Content ' ,
61
61
207 => 'Multi-Status ' ,
62
62
208 => 'Already Reported ' ,
63
+ 218 => 'This is fine ' ,
63
64
226 => 'IM Used ' ,
64
65
300 => 'Multiple Choices ' ,
65
66
301 => 'Moved Permanently ' ,
@@ -89,15 +90,31 @@ public function reset(): self
89
90
416 => 'Range Not Satisfiable ' ,
90
91
417 => 'Expectation Failed ' ,
91
92
418 => 'I \'m a teapot ' ,
93
+ 419 => 'Page Expired ' ,
94
+ 420 => 'Enhance Your Calm ' ,
92
95
421 => 'Misdirected Request ' ,
93
96
422 => 'Unprocessable Entity ' ,
94
97
423 => 'Locked ' ,
95
98
424 => 'Failed Dependency ' ,
99
+ 425 => 'Too Early ' ,
96
100
426 => 'Upgrade Required ' ,
97
101
428 => 'Precondition Required ' ,
98
102
429 => 'Too Many Requests ' ,
103
+ 430 => 'Request Header Fields Too Large ' ,
99
104
431 => 'Request Header Fields Too Large ' ,
105
+ 440 => 'Login Time-out ' ,
106
+ 444 => 'No Response ' ,
107
+ 449 => 'Retry With ' ,
108
+ 450 => 'Blocked by Windows Parental Controls ' ,
100
109
451 => 'Unavailable For Legal Reasons ' ,
110
+ 460 => 'Client Closed the Connection ' , // Verbiage mine
111
+ 463 => 'Too Many X-Forwarded-For Addresses ' , // Verbiage mine
112
+ 494 => 'Request header too large ' ,
113
+ 495 => 'SSL Certificate Error ' ,
114
+ 496 => 'SSL Certificate Required ' ,
115
+ 497 => 'HTTP Request Sent to HTTPS Port ' ,
116
+ 498 => 'Invalid Token ' ,
117
+ 499 => 'Client Closed Request ' ,
101
118
500 => 'Internal Server Error ' ,
102
119
501 => 'Not Implemented ' ,
103
120
502 => 'Bad Gateway ' ,
@@ -107,8 +124,21 @@ public function reset(): self
107
124
506 => 'Variant Also Negotiates ' ,
108
125
507 => 'Insufficient Storage ' ,
109
126
508 => 'Loop Detected ' ,
127
+ 509 => 'Bandwidth Limit Exceeded ' ,
110
128
510 => 'Not Extended ' ,
111
- 511 => 'Network Authentication Required '
129
+ 511 => 'Network Authentication Required ' ,
130
+ 520 => 'Web Server Returned an Unknown Error ' ,
131
+ 521 => 'Web Server Is Down ' ,
132
+ 522 => 'Connection Timed Out ' ,
133
+ 523 => 'Origin Is Unreachable ' ,
134
+ 524 => 'A Timeout Occurred ' ,
135
+ 525 => 'SSL Handshake Failed ' ,
136
+ 526 => 'Invalid SSL Certificate ' ,
137
+ 527 => 'Railgun Error ' ,
138
+ 529 => 'Site is overloaded ' ,
139
+ 530 => 'Site is frozen ' ,
140
+ 561 => 'Unauthorized ' ,
141
+ 598 => 'Network read timeout error '
112
142
];
113
143
114
144
/**
0 commit comments