forked from premiere/premiere-libtorrent
align error codes
This commit is contained in:
parent
3eb1b1839d
commit
344e6c8a3b
|
@ -211,6 +211,7 @@ namespace libtorrent
|
|||
reserved147,
|
||||
reserved148,
|
||||
reserved149,
|
||||
|
||||
// HTTP errors
|
||||
http_parse_error, // 150
|
||||
http_missing_location,
|
||||
|
@ -222,6 +223,7 @@ namespace libtorrent
|
|||
reserved157,
|
||||
reserved158,
|
||||
reserved159,
|
||||
|
||||
// i2p errors
|
||||
no_i2p_router, // 160
|
||||
reserved161,
|
||||
|
|
|
@ -169,6 +169,7 @@ namespace libtorrent
|
|||
"",
|
||||
"",
|
||||
"",
|
||||
|
||||
// natpmp errors
|
||||
"unsupported protocol version",
|
||||
"not authorized to create port map (enable NAT-PMP on your router)",
|
||||
|
@ -180,6 +181,7 @@ namespace libtorrent
|
|||
"",
|
||||
"",
|
||||
"",
|
||||
|
||||
// fastresume errors
|
||||
"missing or invalid 'file sizes' entry",
|
||||
"no files in resume data",
|
||||
|
@ -201,6 +203,7 @@ namespace libtorrent
|
|||
"",
|
||||
"",
|
||||
"",
|
||||
|
||||
// HTTP errors
|
||||
"Invalid HTTP header",
|
||||
"missing Location header in HTTP redirect",
|
||||
|
@ -212,6 +215,7 @@ namespace libtorrent
|
|||
"",
|
||||
"",
|
||||
"",
|
||||
|
||||
// i2p errors
|
||||
"no i2p router is set up",
|
||||
"",
|
||||
|
@ -223,6 +227,7 @@ namespace libtorrent
|
|||
"",
|
||||
"",
|
||||
"",
|
||||
|
||||
// tracker errors
|
||||
"scrape not available on tracker",
|
||||
"invalid tracker response",
|
||||
|
@ -245,7 +250,6 @@ namespace libtorrent
|
|||
"",
|
||||
"",
|
||||
|
||||
|
||||
// bdecode errors
|
||||
"expected string in bencoded string",
|
||||
"expected colon in bencoded string",
|
||||
|
|
Loading…
Reference in New Issue