Add API StatusCodes
Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
parent
725d12ddac
commit
9115211b87
8
src/configs/statusCodes.configs.js
Normal file
8
src/configs/statusCodes.configs.js
Normal 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",
|
||||
}
|
Loading…
Reference in New Issue
Block a user