mirror of
https://github.com/curl/curl.git
synced 2026-07-24 12:27:16 +03:00
urlapi: document the error codes, remove two unused ones
Assisted-by: Daniel Gustafsson Closes #3019
This commit is contained in:
parent
9307c219ad
commit
5c73093edb
4 changed files with 59 additions and 28 deletions
|
|
@ -35,7 +35,7 @@ typedef enum {
|
|||
CURLUE_BAD_PORT_NUMBER, /* 4 */
|
||||
CURLUE_UNSUPPORTED_SCHEME, /* 5 */
|
||||
CURLUE_URLDECODE, /* 6 */
|
||||
CURLUE_RELATIVE, /* 7 */
|
||||
CURLUE_OUT_OF_MEMORY, /* 7 */
|
||||
CURLUE_USER_NOT_ALLOWED, /* 8 */
|
||||
CURLUE_UNKNOWN_PART, /* 9 */
|
||||
CURLUE_NO_SCHEME, /* 10 */
|
||||
|
|
@ -44,10 +44,8 @@ typedef enum {
|
|||
CURLUE_NO_OPTIONS, /* 13 */
|
||||
CURLUE_NO_HOST, /* 14 */
|
||||
CURLUE_NO_PORT, /* 15 */
|
||||
CURLUE_NO_PATH, /* 16 */
|
||||
CURLUE_NO_QUERY, /* 17 */
|
||||
CURLUE_NO_FRAGMENT, /* 18 */
|
||||
CURLUE_OUT_OF_MEMORY /* 19 */
|
||||
CURLUE_NO_QUERY, /* 16 */
|
||||
CURLUE_NO_FRAGMENT /* 17 */
|
||||
} CURLUcode;
|
||||
|
||||
typedef enum {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue