Skip to content

Commit

Permalink
Updated ErrorCode
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorMcKay committed Mar 28, 2017
1 parent 6c212dc commit ad8ac7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/ErrorCode.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"EMAIL_UNVERIFIED": 1013,
"NO_MORE_FREE_USES": 1014,
"UNACCEPTABLE_EMAIL": 1015,
"BAD_STEAM_TRADE_URL": 1016,
"NOT_ALLOWED_IN_COUNTRY": 1016,
"GENERIC_INTERNAL_ERROR": 2000,
"DATABASE_ERROR": 2001,
"NOT_FOUND": 2002,
Expand All @@ -31,6 +31,8 @@
"BOT_FULL": 2011,
"ALREADY_IN_THAT_STATE": 2012,
"LOCKED": 2013,
"PRICE_HAS_CHANGED": 2014,
"ENCRYPTION_KEY_INVALID": 2015,
"BAD_INPUT": 3000,
"UNACCEPTABLE_ITEM": 3001,
"DUPLICATE_ITEM": 3002,
Expand Down

0 comments on commit ad8ac7e

Please sign in to comment.