Updated error messages.

This commit is contained in:
Ajay Ramachandran
2019-11-28 18:03:33 -05:00
parent 524df6389a
commit 381c11ed99
8 changed files with 8 additions and 20 deletions

View File

@@ -24,9 +24,6 @@
"409": {
"message": "This has already been submitted before"
},
"502": {
"message": "It seems the server is down. Contact the dev to inform them."
},
"channelWhitelisted": {
"message": "Channel Whitelisted!"
},
@@ -272,5 +269,11 @@
"yourWork": {
"message": "Your Work",
"description": "Used to describe the section that will show you the statistics from your submissions."
},
"502": {
"message": "The server seems to be overloaded. Try again in a few seconds."
},
"errorCode": {
"message": "Error Code: "
}
}