- Description: generic exception for handling bad requests
- Response status code:
400 BAD REQUEST
- Description: disallow two sub-folders under the same parent folder with the same name
- Response status code:
409 CONFLICT
- Description: no folder by the given id found in database
- Response status code:
404 NOT FOUND
- Description: disallow two notes under the same folder with the same name
- Response status code:
409 CONFLICT
- Description: no note by the given id found in database
- Response status code:
404 NOT FOUND
- Description: disallow deleting the root folder (named 'root', ancester of all folders and notes), or create a new folder named 'root'
- Response status code:
400 BAD REQUEST
- Description: disallow two tags with the same name
- Response status code:
409 CONFLICT
- Description: no tag by the given id found in database
- Response status code:
404 NOT FOUND