mirror of
https://github.com/curl/curl.git
synced 2026-06-14 07:25:39 +03:00
or greater/above -> higher (400)
This commit is contained in:
parent
6ba2ab0741
commit
a0b616162f
2 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ failed.
|
|||
FTP quote error. A quote command returned error from the server.
|
||||
## 22
|
||||
HTTP page not retrieved. The requested URL was not found or returned another
|
||||
error with the HTTP error code being 400 or above. This return code only
|
||||
error with the HTTP error code being 400 or higher. This return code only
|
||||
appears if --fail is used.
|
||||
## 23
|
||||
Write error. curl could not write data to a local file system or similar.
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ Example:
|
|||
# `--fail`
|
||||
|
||||
Fail with error code 22 and with no response body output at all for HTTP
|
||||
transfers returning HTTP response codes at 400 or greater.
|
||||
transfers returning HTTP response codes at 400 or higher.
|
||||
|
||||
In normal cases when an HTTP server fails to deliver a document, it returns a
|
||||
body of text stating so (which often also describes why and more) and a 4xx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue