diff --git a/src/configs/statusCodes.configs.js b/src/configs/statusCodes.configs.js new file mode 100644 index 0000000..ace3c08 --- /dev/null +++ b/src/configs/statusCodes.configs.js @@ -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", +} \ No newline at end of file