Add error docs
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2020-04-19 00:57:19 +02:00
parent 3670e2ecdb
commit bc4fe0f228
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 1 deletions

View File

@ -73,4 +73,6 @@ This document describes the different errors Vikunja can return.
| 8001 | 403 | This label already exists on that task. |
| 8002 | 404 | The label does not exist. |
| 8003 | 403 | The user does not have access to this label. |
| 9001 | 403 | The right is invalid. |
| 9001 | 403 | The right is invalid. |
| 10001 | 404 | The bucket does not exist. |
| 10002 | 400 | The bucket does not belong to that list. |