cmdline-opts/_EXITCODES: sync with libcurl-errors
- Add error code 100 (CURLE_TOO_LARGE) to the list of error codes that can be returned by the curl tool. Closes https://github.com/curl/curl/pull/13015
This commit is contained in:
Родитель
9e2ee70494
Коммит
a0cbe4b867
|
@ -196,6 +196,8 @@ Proxy handshake error.
|
||||||
A client-side certificate is required to complete the TLS handshake.
|
A client-side certificate is required to complete the TLS handshake.
|
||||||
## 99
|
## 99
|
||||||
Poll or select returned fatal error.
|
Poll or select returned fatal error.
|
||||||
|
## 100
|
||||||
|
A value or data field grew larger than allowed.
|
||||||
## XX
|
## XX
|
||||||
More error codes might appear here in future releases. The existing ones are
|
More error codes might appear here in future releases. The existing ones are
|
||||||
meant to never change.
|
meant to never change.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче