Added docs for error codes
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
kolaente 2019-08-31 22:49:53 +02:00
parent f9cef8e69f
commit 2c9c7b6e4a
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ This document describes the different errors Vikunja can return.
| ErrorCode | HTTP Status Code | Description |
|-----------|------------------|-------------|
| 0001 | 403 | Generic forbidden error. |
| 1001 | 400 | A user with this username already exists. |
| 1002 | 400 | A user with this email address already exists. |
| 1004 | 400 | No username and password specified. |