2015-11-12 03:41:04 +00:00
|
|
|
SUCCESS = (0, "Success!")
|
2015-11-10 16:23:58 +00:00
|
|
|
|
|
|
|
FLAG_SUBMISSION_TOO_FAST = (1001, "You're submitting flags too fast!")
|
|
|
|
FLAG_SUBMITTED_ALREADY = (1002, "You've already solved that problem!")
|
|
|
|
FLAG_INCORRECT = (1003, "Incorrect flag.")
|
2015-12-03 23:18:00 +00:00
|
|
|
FLAG_CANNOT_SUBMIT_WHILE_DISABLED = (1004, "You cannot submit a flag for a disabled problem.")
|
2015-11-11 12:41:01 +00:00
|
|
|
|
|
|
|
CAPTCHA_NOT_COMPLETED = (2001, "Please complete the CAPTCHA.")
|
|
|
|
CAPTCHA_INVALID = (2002, "Invalid CAPTCHA response.")
|
2015-12-01 04:05:17 +00:00
|
|
|
|
|
|
|
NOTIFICATION_NOT_YOURS = (3001, "You cannot dismiss notifications that do not belong to you.")
|