UNPKG

steam-user

Version:

Steam client for Individual and AnonUser Steam account types

44 lines (40 loc) 1.01 kB
/* eslint-disable */ // Auto-generated by generate-enums script on Thu Feb 24 2022 03:38:38 GMT-0500 (Eastern Standard Time) /** * @enum * @readonly */ const EDenyReason = { "InvalidVersion": 1, "Generic": 2, "NotLoggedOn": 3, "NoLicense": 4, "Cheater": 5, "LoggedInElseWhere": 6, "UnknownText": 7, "IncompatibleAnticheat": 8, "MemoryCorruption": 9, "IncompatibleSoftware": 10, "SteamConnectionLost": 11, "SteamConnectionError": 12, "SteamResponseTimedOut": 13, "SteamValidationStalled": 14, "SteamOwnerLeftGuestUser": 15, // Value-to-name mapping for convenience "1": "InvalidVersion", "2": "Generic", "3": "NotLoggedOn", "4": "NoLicense", "5": "Cheater", "6": "LoggedInElseWhere", "7": "UnknownText", "8": "IncompatibleAnticheat", "9": "MemoryCorruption", "10": "IncompatibleSoftware", "11": "SteamConnectionLost", "12": "SteamConnectionError", "13": "SteamResponseTimedOut", "14": "SteamValidationStalled", "15": "SteamOwnerLeftGuestUser", }; module.exports = EDenyReason;