Documented error codes.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2019-05-18 13:51:58 +02:00
parent 6036e6c35d
commit 7093719199
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 12 additions and 0 deletions

View File

@ -85,6 +85,18 @@ You can use proxy servers with the same environment variables as curl. See
`${XDG_DATA_HOME}` is usually `~/.local/share`.
== ERROR CODES
[options="header",cols=">,<"]
|==================================================
| Code | Explanation
| 1 | Missing options / Argument not understood.
| 2 | Database connection failed.
| 3 | File could not be opened.
| 4 | Could not fetch URI.
|==================================================
== SEE ALSO
*curl*(1)