Advertisement
Guest User

Untitled

a guest
Nov 11th, 2019
11,783
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.01 KB | None | 0 0
  1. public enum EResult : int {
  2. k_EResultOK = 1, // success
  3. k_EResultFail = 2, // generic failure
  4. k_EResultNoConnection = 3, // no/failed network connection
  5. // k_EResultNoConnectionRetry = 4, // OBSOLETE - removed
  6. k_EResultInvalidPassword = 5, // password/ticket is invalid
  7. k_EResultLoggedInElsewhere = 6, // same user logged in elsewhere
  8. k_EResultInvalidProtocolVer = 7, // protocol version is incorrect
  9. k_EResultInvalidParam = 8, // a parameter is incorrect
  10. k_EResultFileNotFound = 9, // file was not found
  11. k_EResultBusy = 10, // called method busy - action not taken
  12. k_EResultInvalidState = 11, // called object was in an invalid state
  13. k_EResultInvalidName = 12, // name is invalid
  14. k_EResultInvalidEmail = 13, // email is invalid
  15. k_EResultDuplicateName = 14, // name is not unique
  16. k_EResultAccessDenied = 15, // access is denied
  17. k_EResultTimeout = 16, // operation timed out
  18. k_EResultBanned = 17, // VAC2 banned
  19. k_EResultAccountNotFound = 18, // account not found
  20. k_EResultInvalidSteamID = 19, // steamID is invalid
  21. k_EResultServiceUnavailable = 20, // The requested service is currently unavailable
  22. k_EResultNotLoggedOn = 21, // The user is not logged on
  23. k_EResultPending = 22, // Request is pending (may be in process, or waiting on third party)
  24. k_EResultEncryptionFailure = 23, // Encryption or Decryption failed
  25. k_EResultInsufficientPrivilege = 24, // Insufficient privilege
  26. k_EResultLimitExceeded = 25, // Too much of a good thing
  27. k_EResultRevoked = 26, // Access has been revoked (used for revoked guest passes)
  28. k_EResultExpired = 27, // License/Guest pass the user is trying to access is expired
  29. k_EResultAlreadyRedeemed = 28, // Guest pass has already been redeemed by account, cannot be acked again
  30. k_EResultDuplicateRequest = 29, // The request is a duplicate and the action has already occurred in the past, ignored this time
  31. k_EResultAlreadyOwned = 30, // All the games in this guest pass redemption request are already owned by the user
  32. k_EResultIPNotFound = 31, // IP address not found
  33. k_EResultPersistFailed = 32, // failed to write change to the data store
  34. k_EResultLockingFailed = 33, // failed to acquire access lock for this operation
  35. k_EResultLogonSessionReplaced = 34,
  36. k_EResultConnectFailed = 35,
  37. k_EResultHandshakeFailed = 36,
  38. k_EResultIOFailure = 37,
  39. k_EResultRemoteDisconnect = 38,
  40. k_EResultShoppingCartNotFound = 39, // failed to find the shopping cart requested
  41. k_EResultBlocked = 40, // a user didn't allow it
  42. k_EResultIgnored = 41, // target is ignoring sender
  43. k_EResultNoMatch = 42, // nothing matching the request found
  44. k_EResultAccountDisabled = 43,
  45. k_EResultServiceReadOnly = 44, // this service is not accepting content changes right now
  46. k_EResultAccountNotFeatured = 45, // account doesn't have value, so this feature isn't available
  47. k_EResultAdministratorOK = 46, // allowed to take this action, but only because requester is admin
  48. k_EResultContentVersion = 47, // A Version mismatch in content transmitted within the Steam protocol.
  49. k_EResultTryAnotherCM = 48, // The current CM can't service the user making a request, user should try another.
  50. k_EResultPasswordRequiredToKickSession = 49,// You are already logged in elsewhere, this cached credential login has failed.
  51. k_EResultAlreadyLoggedInElsewhere = 50, // You are already logged in elsewhere, you must wait
  52. k_EResultSuspended = 51, // Long running operation (content download) suspended/paused
  53. k_EResultCancelled = 52, // Operation canceled (typically by user: content download)
  54. k_EResultDataCorruption = 53, // Operation canceled because data is ill formed or unrecoverable
  55. k_EResultDiskFull = 54, // Operation canceled - not enough disk space.
  56. k_EResultRemoteCallFailed = 55, // an remote call or IPC call failed
  57. k_EResultPasswordUnset = 56, // Password could not be verified as it's unset server side
  58. k_EResultExternalAccountUnlinked = 57, // External account (PSN, Facebook...) is not linked to a Steam account
  59. k_EResultPSNTicketInvalid = 58, // PSN ticket was invalid
  60. k_EResultExternalAccountAlreadyLinked = 59, // External account (PSN, Facebook...) is already linked to some other account, must explicitly request to replace/delete the link first
  61. k_EResultRemoteFileConflict = 60, // The sync cannot resume due to a conflict between the local and remote files
  62. k_EResultIllegalPassword = 61, // The requested new password is not legal
  63. k_EResultSameAsPreviousValue = 62, // new value is the same as the old one ( secret question and answer )
  64. k_EResultAccountLogonDenied = 63, // account login denied due to 2nd factor authentication failure
  65. k_EResultCannotUseOldPassword = 64, // The requested new password is not legal
  66. k_EResultInvalidLoginAuthCode = 65, // account login denied due to auth code invalid
  67. k_EResultAccountLogonDeniedNoMail = 66, // account login denied due to 2nd factor auth failure - and no mail has been sent
  68. k_EResultHardwareNotCapableOfIPT = 67, //
  69. k_EResultIPTInitError = 68, //
  70. k_EResultParentalControlRestricted = 69, // operation failed due to parental control restrictions for current user
  71. k_EResultFacebookQueryError = 70, // Facebook query returned an error
  72. k_EResultExpiredLoginAuthCode = 71, // account login denied due to auth code expired
  73. k_EResultIPLoginRestrictionFailed = 72,
  74. k_EResultAccountLockedDown = 73,
  75. k_EResultAccountLogonDeniedVerifiedEmailRequired = 74,
  76. k_EResultNoMatchingURL = 75,
  77. k_EResultBadResponse = 76, // parse failure, missing field, etc.
  78. k_EResultRequirePasswordReEntry = 77, // The user cannot complete the action until they re-enter their password
  79. k_EResultValueOutOfRange = 78, // the value entered is outside the acceptable range
  80. k_EResultUnexpectedError = 79, // something happened that we didn't expect to ever happen
  81. k_EResultDisabled = 80, // The requested service has been configured to be unavailable
  82. k_EResultInvalidCEGSubmission = 81, // The set of files submitted to the CEG server are not valid !
  83. k_EResultRestrictedDevice = 82, // The device being used is not allowed to perform this action
  84. k_EResultRegionLocked = 83, // The action could not be complete because it is region restricted
  85. k_EResultRateLimitExceeded = 84, // Temporary rate limit exceeded, try again later, different from k_EResultLimitExceeded which may be permanent
  86. k_EResultAccountLoginDeniedNeedTwoFactor = 85, // Need two-factor code to login
  87. k_EResultItemDeleted = 86, // The thing we're trying to access has been deleted
  88. k_EResultAccountLoginDeniedThrottle = 87, // login attempt failed, try to throttle response to possible attacker
  89. k_EResultTwoFactorCodeMismatch = 88, // two factor code mismatch
  90. k_EResultTwoFactorActivationCodeMismatch = 89, // activation code for two-factor didn't match
  91. k_EResultAccountAssociatedToMultiplePartners = 90, // account has been associated with multiple partners
  92. k_EResultNotModified = 91, // data not modified
  93. k_EResultNoMobileDevice = 92, // the account does not have a mobile device associated with it
  94. k_EResultTimeNotSynced = 93, // the time presented is out of range or tolerance
  95. k_EResultSmsCodeFailed = 94, // SMS code failure (no match, none pending, etc.)
  96. k_EResultAccountLimitExceeded = 95, // Too many accounts access this resource
  97. k_EResultAccountActivityLimitExceeded = 96, // Too many changes to this account
  98. k_EResultPhoneActivityLimitExceeded = 97, // Too many changes to this phone
  99. k_EResultRefundToWallet = 98, // Cannot refund to payment method, must use wallet
  100. k_EResultEmailSendFailure = 99, // Cannot send an email
  101. k_EResultNotSettled = 100, // Can't perform operation till payment has settled
  102. k_EResultNeedCaptcha = 101, // Needs to provide a valid captcha
  103. k_EResultGSLTDenied = 102, // a game server login token owned by this token's owner has been banned
  104. k_EResultGSOwnerDenied = 103, // game server owner is denied for other reason (account lock, community ban, vac ban, missing phone)
  105. k_EResultInvalidItemType = 104, // the type of thing we were requested to act on is invalid
  106. k_EResultIPBanned = 105, // the ip address has been banned from taking this action
  107. k_EResultGSLTExpired = 106, // this token has expired from disuse; can be reset for use
  108. k_EResultInsufficientFunds = 107, // user doesn't have enough wallet funds to complete the action
  109. k_EResultTooManyPending = 108, // There are too many of this thing pending already
  110. k_EResultNoSiteLicensesFound = 109, // No site licenses found
  111. k_EResultWGNetworkSendExceeded = 110, // the WG couldn't send a response because we exceeded max network send size
  112. k_EResultAccountNotFriends = 111, // the user is not mutually friends
  113. k_EResultLimitedUserAccount = 112, // the user is limited
  114. k_EResultCantRemoveItem = 113, // item can't be removed
  115. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement