Removed mentions of deprecated error codes

This commit is contained in:
tastytea 2018-06-08 00:28:57 +02:00
parent 607d71e80f
commit 620b68d9b4
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
2 changed files with 0 additions and 8 deletions

View File

@ -91,12 +91,6 @@ mastodon-cpp will never use error codes below 11, except 0.
| 13 | URL changed (HTTP 301 or 308) |
| 14 | Aborted by user |
| 15 | Network error (curlpp exception) |
| ~~20~~ | ~~Failed to connect~~ |
| ~~21~~ | ~~Couldn't resolve host~~ |
| ~~22~~ | ~~Network is unreachable~~ |
| ~~23~~ | ~~Transfer interrupted~~ |
| ~~24~~ | ~~SSL error~~ |
| ~~25~~ | ~~Timeout~~ |
| 100 - 999 | HTTP status codes |
| 65535 | Unknown error |

View File

@ -69,8 +69,6 @@ namespace Mastodon
* | 15 | Network error (curlpp exception) |
* | 100 - 999 | HTTP status codes |
* | 65535 | Unknown error |
*
* @deprecated Errors 20-25 are no longer in use.
*/
class API
{