Updated EResult

This commit is contained in:
Alex Corn 2018-07-10 23:53:05 -04:00
parent 458d7b6db1
commit 8c4fde720a

View File

@ -119,6 +119,10 @@ module.exports = {
"GSLTExpired": 106,
"InsufficientFunds": 107,
"TooManyPending": 108,
"NoSiteLicensesFound": 109,
"WGNetworkSendExceeded": 110,
"AccountNotFriends": 111,
"LimitedUserAccount": 112,
// Value-to-name mapping for convenience
"0": "Invalid",
@ -229,4 +233,8 @@ module.exports = {
"106": "GSLTExpired",
"107": "InsufficientFunds",
"108": "TooManyPending",
"109": "NoSiteLicensesFound",
"110": "WGNetworkSendExceeded",
"111": "AccountNotFriends",
"112": "LimitedUserAccount",
};