removed unused errors
This commit is contained in:
@ -6,28 +6,19 @@ This document describes the different errors Vikunja can return.
|
||||
|-----------|------------------|-------------|
|
||||
| 1001 | 400 | A user with this username already exists. |
|
||||
| 1002 | 400 | A user with this email address already exists. |
|
||||
| 1003 | 400 | No username specified. |
|
||||
| 1004 | 400 | No username and password specified. |
|
||||
| 1005 | 404 | The user does not exist. |
|
||||
| 1006 | 400 | Could not get the user id. |
|
||||
| 1007 | 409 | Cannot delete the last user on the system. |
|
||||
| 2001 | 400 | ID cannot be empty or 0. |
|
||||
| 3001 | 404 | The list does not exist. |
|
||||
| 3002 | 403 | The user needs to be list admin to perform that action. |
|
||||
| 3003 | 403 | The user needs to have write permissions on that list to perform that action. |
|
||||
| 3004 | 403 | The user needs to have read permissions on that list to perform that action. |
|
||||
| 3005 | 400 | The list title cannot be empty. |
|
||||
| 4001 | 400 | The list task text cannot be empty. |
|
||||
| 4002 | 404 | The list task does not exist. |
|
||||
| 4003 | 403 | The user needs to be task owner to perform that action. |
|
||||
| 5001 | 404 | The namspace does not exist. |
|
||||
| 5002 | 403 | The user needs to be namespace owner to perform that action. |
|
||||
| 5003 | 403 | The user does not have access to the specified namespace. |
|
||||
| 5004 | 403 | The user needs to be namespace admin to perform that action. |
|
||||
| 5005 | 403 | The user needs write access to that namespace to perform that action. |
|
||||
| 5006 | 400 | The namespace name cannot be empty. |
|
||||
| 5007 | 400 | The namespace owner cannot be empty. |
|
||||
| 5008 | 403 | The user needs to be namespace admin to perform that action. |
|
||||
| 5009 | 403 | The user needs to have namespace read access to perform that action. |
|
||||
| 5010 | 403 | This team does not have access to that namespace. |
|
||||
| 5011 | 409 | This user has already access to that namespace. |
|
||||
|
Reference in New Issue
Block a user