Add API StatusCodes

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface 2023-04-10 20:12:25 +01:00
parent 725d12ddac
commit 9115211b87
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
module.exports = statusCodes = {
700: "no authentication attempt",
701: "invalid credentials",
702: "domain whitelisted",
800: "location code not found",
801: "unable to fetch location data",
900: "invalid request format",
}