ConstEResultLimitExceeded=25; ; Too much of a good thing
ConstEResultRevoked=26; ; Access has been revoked (used for revoked guest passes)
ConstEResultExpired=27; ; License/Guest pass the user is trying to access is expired
ConstEResultAlreadyRedeemed=28; ; Guest pass has already been redeemed by account; cannot be acked again
ConstEResultDuplicateRequest=29; ; The request is a duplicate and the action has already occurred in the past; ignored this time
ConstEResultAlreadyOwned=30; ; All the games in this guest pass redemption request are already owned by the user
ConstEResultIPNotFound=31; ; IP address not found
ConstEResultPersistFailed=32; ; failed to write change to the data store
ConstEResultLockingFailed=33; ; failed to acquire access lock for this operation
ConstEResultLogonSessionReplaced=34;
ConstEResultConnectFailed=35;
ConstEResultHandshakeFailed=36;
ConstEResultIOFailure=37;
ConstEResultRemoteDisconnect=38;
ConstEResultShoppingCartNotFound=39; ; failed to find the shopping cart requested
ConstEResultBlocked=40; ; a user didn't allow it
ConstEResultIgnored=41; ; target is ignoring sender
ConstEResultNoMatch=42; ; nothing matching the request found
ConstEResultAccountDisabled=43;
ConstEResultServiceReadOnly=44; ; this service is not accepting content changes right now
ConstEResultAccountNotFeatured=45; ; account doesn't have value; so this feature isn't available
ConstEResultAdministratorOK=46; ; allowed to take this action; but only because requester is admin
ConstEResultContentVersion=47; ; A Version mismatch in content transmitted within the Steam protocol.
ConstEResultTryAnotherCM=48; ; The current CM can't service the user making a request; user should try another.
ConstEResultPasswordRequiredToKickSession=49;; You are already logged in elsewhere; this cached credential login has failed.
ConstEResultAlreadyLoggedInElsewhere=50; ; You are already logged in elsewhere; you must wait
ConstEResultSuspended=51; ; Long running operation (content download) suspended/paused
ConstEResultCancelled=52; ; Operation canceled (typically by user: content download)
ConstEResultDataCorruption=53; ; Operation canceled because data is ill formed or unrecoverable
ConstEResultDiskFull=54; ; Operation canceled - not enough disk space.
ConstEResultRemoteCallFailed=55; ; an remote call or IPC call failed
ConstEResultPasswordUnset=56; ; Password could not be verified as it's unset server side
ConstEResultExternalAccountUnlinked=57; ; External account (PSN; Facebook...) is not linked to a Steam account
ConstEResultPSNTicketInvalid=58; ; PSN ticket was invalid
ConstEResultExternalAccountAlreadyLinked=59; ; External account (PSN; Facebook...) is already linked to some other account; must explicitly request to replace/delete the link first
ConstEResultRemoteFileConflict=60; ; The sync cannot resume due to a conflict between the local and remote files
ConstEResultIllegalPassword=61; ; The requested new password is not legal
ConstEResultSameAsPreviousValue=62; ; new value is the same as the old one ( secret question and answer )
ConstEResultAccountLogonDenied=63; ; account login denied due to 2nd factor authentication failure
ConstEResultCannotUseOldPassword=64; ; The requested new password is not legal
ConstEResultInvalidLoginAuthCode=65; ; account login denied due to auth code invalid
ConstEResultAccountLogonDeniedNoMail=66; ; account login denied due to 2nd factor auth failure - and no mail has been sent
ConstEResultHardwareNotCapableOfIPT=67; ;
ConstEResultIPTInitError=68; ;
ConstEResultParentalControlRestricted=69; ; operation failed due to parental control restrictions for current user
ConstEResultFacebookQueryError=70; ; Facebook query returned an error
ConstEResultExpiredLoginAuthCode=71; ; account login denied due to auth code expired
ConstEResultBadResponse=76; ; parse failure; missing field; etc.
ConstEResultRequirePasswordReEntry=77; ; The user cannot complete the action until they re-enter their password
ConstEResultValueOutOfRange=78; ; the value entered is outside the acceptable range
ConstEResultUnexpectedError=79; ; something happened that we didn't expect to ever happen
ConstEResultDisabled=80; ; The requested service has been configured to be unavailable
ConstEResultInvalidCEGSubmission=81; ; The set of files submitted to the CEG server are not valid !
ConstEResultRestrictedDevice=82; ; The device being used is not allowed to perform this action
ConstEResultRegionLocked=83; ; The action could not be complete because it is region restricted
ConstEResultRateLimitExceeded=84; ; Temporary rate limit exceeded; try again later; different from k_EResultLimitExceeded which may be permanent
ConstEResultAccountLoginDeniedNeedTwoFactor=85; ; Need two-factor code to login
ConstEResultItemDeleted=86; ; The thing we're trying to access has been deleted
ConstEResultAccountLoginDeniedThrottle=87; ; login attempt failed; try to throttle response to possible attacker
ConstEResultTwoFactorCodeMismatch=88; ; two factor code mismatch
ConstEResultTwoFactorActivationCodeMismatch=89; ; activation code for two-factor didn't match
ConstEResultAccountAssociatedToMultiplePartners=90; ; account has been associated with multiple partners
ConstEResultNotModified=91; ; data not modified
ConstEResultNoMobileDevice=92; ; the account does not have a mobile device associated with it
ConstEResultTimeNotSynced=93; ; the time presented is out of range or tolerance
ConstEResultSmsCodeFailed=94; ; SMS code failure (no match; none pending; etc.)
ConstEResultAccountLimitExceeded=95; ; Too many accounts access this resource
ConstEResultAccountActivityLimitExceeded=96; ; Too many changes to this account
ConstEResultPhoneActivityLimitExceeded=97; ; Too many changes to this phone
ConstEVoiceResultOK=0;
ConstEVoiceResultNotInitialized=1;
ConstEVoiceResultNotRecording=2;
ConstEVoiceResultNoData=3;
ConstEVoiceResultBufferTooSmall=4;
ConstEVoiceResultDataCorrupted=5;
ConstEVoiceResultRestricted=6;
ConstEVoiceResultUnsupportedCodec=7;
ConstEVoiceResultReceiverOutOfDate=8;
ConstEVoiceResultReceiverDidNotAnswer=9;
ConstEDenyInvalid=0;
ConstEDenyInvalidVersion=1;
ConstEDenyGeneric=2;
ConstEDenyNotLoggedOn=3;
ConstEDenyNoLicense=4;
ConstEDenyCheater=5;
ConstEDenyLoggedInElseWhere=6;
ConstEDenyUnknownText=7;
ConstEDenyIncompatibleAnticheat=8;
ConstEDenyMemoryCorruption=9;
ConstEDenyIncompatibleSoftware=10;
ConstEDenySteamConnectionLost=11;
ConstEDenySteamConnectionError=12;
ConstEDenySteamResponseTimedOut=13;
ConstEDenySteamValidationStalled=14;
ConstEDenySteamOwnerLeftGuestUser=15;
ConstEBeginAuthSessionResultOK=0; ; Ticket is valid for this game and this steamID.
ConstEBeginAuthSessionResultInvalidTicket=1; ; Ticket is not valid.
ConstEBeginAuthSessionResultDuplicateRequest=2; ; A ticket has already been submitted for this steamID
ConstEBeginAuthSessionResultInvalidVersion=3; ; Ticket is from an incompatible interface version
ConstEBeginAuthSessionResultGameMismatch=4; ; Ticket is not for this game
ConstEBeginAuthSessionResultExpiredTicket=5; ; Ticket has expired
ConstEAuthSessionResponseOK=0; ; Steam has verified the user is online; the ticket is valid and ticket has not been reused.
ConstEAuthSessionResponseUserNotConnectedToSteam=1; ; The user in question is not connected to steam
ConstEAuthSessionResponseNoLicenseOrExpired=2; ; The license has expired.
ConstEAuthSessionResponseVACBanned=3; ; The user is VAC banned for this game.
ConstEAuthSessionResponseLoggedInElseWhere=4; ; The user account has logged in elsewhere and the session containing the game instance has been disconnected.
ConstEAuthSessionResponseVACCheckTimedOut=5; ; VAC has been unable to perform anti-cheat checks on this user
ConstEAuthSessionResponseAuthTicketCanceled=6; ; The ticket has been canceled by the issuer
ConstEAuthSessionResponseAuthTicketInvalidAlreadyUsed=7; ; This ticket has already been used; it is not valid.
ConstEAuthSessionResponseAuthTicketInvalid=8; ; This ticket is not from a user instance currently connected to steam.
ConstEAuthSessionResponsePublisherIssuedBan=9; ; The user is banned for this game. The ban came via the web api and not VAC
ConstEUserHasLicenseResultHasLicense=0; ; User has a license for specified app
ConstEUserHasLicenseResultDoesNotHaveLicense=1; ; User does not have a license for the specified app
ConstEUserHasLicenseResultNoAuth=2; ; User has not been authenticated