diff --git a/resources/EResult.js b/resources/EResult.js index 0ebdc2c..14c39f9 100644 --- a/resources/EResult.js +++ b/resources/EResult.js @@ -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", };