Created
September 10, 2012 17:40
-
-
Save lorenzo/3692413 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
define('NO_IDENTIFIER_ERROR', 600); | |
define('DUPLICATE_ACCOUNT_ERROR', 601); | |
define('INVALID_OAUTH_TOKEN', 602); | |
define('NOT_OWNER_ERROR', 603); | |
define('DUPLICATE_CHECKIN', 604); | |
define('VOUCHER_NOT_STARTED', 605); | |
define('VOUCHER_EXPIRED', 606); | |
define('VOUCHER_LIMIT_REACHED', 607); | |
define('DUPLICATE_VOUCHER_CLAIM', 608); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment