Backend for Foacs website.
# Error codesCodes between 1 000
and 1 999
are common to any endpoints
Codes between 1 000
and 1 099
are related to user request
code | meaning |
---|---|
1001 | Unknown ID |
1002 | Wrong body |
1003 | Invalid page argument (negative) |
1004 | Invalid limit argument (negative) |
Codes between 1 100
and 1 199
are related to issue while executing DB operation
code | meaning |
---|---|
1101 | Issue while retrieving document |
1102 | Issue while creating document |
1103 | Issue while updating document |
1104 | Issue while deleting document |
1105 | Non unique result while once is expected |
Codes between 1 200
and 1 299
are related to issue with authentication
code | meaning |
---|---|
1201 | No authentication provided |
1202 | Access not autorized |
This project is licensed under the terms of the CeCILL license.
You can check out the full license here.