Add errorCodes
Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
parent
155a3c588c
commit
6c754255f6
@ -1,10 +1,10 @@
|
|||||||
module.exports = statusCodes = {
|
module.exports = statusCodes = {
|
||||||
700: "no authentication attempt",
|
700: "no authentication attempt",
|
||||||
701: "invalid credentials",
|
701: "invalid credentials",
|
||||||
702: "domain whitelisted",
|
702: "domain not whitelisted",
|
||||||
703: "registration request not found, maybe expired",
|
703: "registration request not found, maybe expired",
|
||||||
800: "location code not found",
|
800: "location code not found",
|
||||||
801: "unable to fetch location data",
|
801: "unable to fetch location data",
|
||||||
900: "invalid request format",
|
900: "invalid request format",
|
||||||
950: "upstream server error",
|
950: "upstream server error",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user