diff --git a/src/configs/errorCodes.configs.js b/src/configs/errorCodes.configs.js index 88e15d9..0e4b6a4 100644 --- a/src/configs/errorCodes.configs.js +++ b/src/configs/errorCodes.configs.js @@ -1,10 +1,10 @@ module.exports = statusCodes = { 700: "no authentication attempt", 701: "invalid credentials", - 702: "domain whitelisted", + 702: "domain not whitelisted", 703: "registration request not found, maybe expired", 800: "location code not found", 801: "unable to fetch location data", 900: "invalid request format", 950: "upstream server error", -} \ No newline at end of file +}