Commit be895ed
committed
Add HTTP code 413 as permanent error
Code 413 is defined as "Payload Too Large" (The request is larger than the server is willing or able to process).
https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#4xx_Client_Error
This might be needed when the backend responds that it's either entirely out of space or the request exceeds the quota.
Neither of the previous permanent errors (415, 500, 501) corresponded to this situation.1 parent b9e5421 commit be895ed
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
1400 | 1400 | | |
1401 | 1401 | | |
1402 | 1402 | | |
1403 | | - | |
| 1403 | + | |
1404 | 1404 | | |
1405 | 1405 | | |
1406 | 1406 | | |
| |||
0 commit comments