Enum EResult

Source
#[repr(u32)]
pub enum EResult {
Show 129 variants k_EResultNone = 0, k_EResultOK = 1, k_EResultFail = 2, k_EResultNoConnection = 3, k_EResultInvalidPassword = 5, k_EResultLoggedInElsewhere = 6, k_EResultInvalidProtocolVer = 7, k_EResultInvalidParam = 8, k_EResultFileNotFound = 9, k_EResultBusy = 10, k_EResultInvalidState = 11, k_EResultInvalidName = 12, k_EResultInvalidEmail = 13, k_EResultDuplicateName = 14, k_EResultAccessDenied = 15, k_EResultTimeout = 16, k_EResultBanned = 17, k_EResultAccountNotFound = 18, k_EResultInvalidSteamID = 19, k_EResultServiceUnavailable = 20, k_EResultNotLoggedOn = 21, k_EResultPending = 22, k_EResultEncryptionFailure = 23, k_EResultInsufficientPrivilege = 24, k_EResultLimitExceeded = 25, k_EResultRevoked = 26, k_EResultExpired = 27, k_EResultAlreadyRedeemed = 28, k_EResultDuplicateRequest = 29, k_EResultAlreadyOwned = 30, k_EResultIPNotFound = 31, k_EResultPersistFailed = 32, k_EResultLockingFailed = 33, k_EResultLogonSessionReplaced = 34, k_EResultConnectFailed = 35, k_EResultHandshakeFailed = 36, k_EResultIOFailure = 37, k_EResultRemoteDisconnect = 38, k_EResultShoppingCartNotFound = 39, k_EResultBlocked = 40, k_EResultIgnored = 41, k_EResultNoMatch = 42, k_EResultAccountDisabled = 43, k_EResultServiceReadOnly = 44, k_EResultAccountNotFeatured = 45, k_EResultAdministratorOK = 46, k_EResultContentVersion = 47, k_EResultTryAnotherCM = 48, k_EResultPasswordRequiredToKickSession = 49, k_EResultAlreadyLoggedInElsewhere = 50, k_EResultSuspended = 51, k_EResultCancelled = 52, k_EResultDataCorruption = 53, k_EResultDiskFull = 54, k_EResultRemoteCallFailed = 55, k_EResultPasswordUnset = 56, k_EResultExternalAccountUnlinked = 57, k_EResultPSNTicketInvalid = 58, k_EResultExternalAccountAlreadyLinked = 59, k_EResultRemoteFileConflict = 60, k_EResultIllegalPassword = 61, k_EResultSameAsPreviousValue = 62, k_EResultAccountLogonDenied = 63, k_EResultCannotUseOldPassword = 64, k_EResultInvalidLoginAuthCode = 65, k_EResultAccountLogonDeniedNoMail = 66, k_EResultHardwareNotCapableOfIPT = 67, k_EResultIPTInitError = 68, k_EResultParentalControlRestricted = 69, k_EResultFacebookQueryError = 70, k_EResultExpiredLoginAuthCode = 71, k_EResultIPLoginRestrictionFailed = 72, k_EResultAccountLockedDown = 73, k_EResultAccountLogonDeniedVerifiedEmailRequired = 74, k_EResultNoMatchingURL = 75, k_EResultBadResponse = 76, k_EResultRequirePasswordReEntry = 77, k_EResultValueOutOfRange = 78, k_EResultUnexpectedError = 79, k_EResultDisabled = 80, k_EResultInvalidCEGSubmission = 81, k_EResultRestrictedDevice = 82, k_EResultRegionLocked = 83, k_EResultRateLimitExceeded = 84, k_EResultAccountLoginDeniedNeedTwoFactor = 85, k_EResultItemDeleted = 86, k_EResultAccountLoginDeniedThrottle = 87, k_EResultTwoFactorCodeMismatch = 88, k_EResultTwoFactorActivationCodeMismatch = 89, k_EResultAccountAssociatedToMultiplePartners = 90, k_EResultNotModified = 91, k_EResultNoMobileDevice = 92, k_EResultTimeNotSynced = 93, k_EResultSmsCodeFailed = 94, k_EResultAccountLimitExceeded = 95, k_EResultAccountActivityLimitExceeded = 96, k_EResultPhoneActivityLimitExceeded = 97, k_EResultRefundToWallet = 98, k_EResultEmailSendFailure = 99, k_EResultNotSettled = 100, k_EResultNeedCaptcha = 101, k_EResultGSLTDenied = 102, k_EResultGSOwnerDenied = 103, k_EResultInvalidItemType = 104, k_EResultIPBanned = 105, k_EResultGSLTExpired = 106, k_EResultInsufficientFunds = 107, k_EResultTooManyPending = 108, k_EResultNoSiteLicensesFound = 109, k_EResultWGNetworkSendExceeded = 110, k_EResultAccountNotFriends = 111, k_EResultLimitedUserAccount = 112, k_EResultCantRemoveItem = 113, k_EResultAccountDeleted = 114, k_EResultExistingUserCancelledLicense = 115, k_EResultCommunityCooldown = 116, k_EResultNoLauncherSpecified = 117, k_EResultMustAgreeToSSA = 118, k_EResultLauncherMigrated = 119, k_EResultSteamRealmMismatch = 120, k_EResultInvalidSignature = 121, k_EResultParseFailure = 122, k_EResultNoVerifiedPhone = 123, k_EResultInsufficientBattery = 124, k_EResultChargerRequired = 125, k_EResultCachedCredentialInvalid = 126, K_EResultPhoneNumberIsVOIP = 127, k_EResultNotSupported = 128, k_EResultFamilySizeLimitExceeded = 129,
}

Variants§

§

k_EResultNone = 0

§

k_EResultOK = 1

§

k_EResultFail = 2

§

k_EResultNoConnection = 3

§

k_EResultInvalidPassword = 5

§

k_EResultLoggedInElsewhere = 6

§

k_EResultInvalidProtocolVer = 7

§

k_EResultInvalidParam = 8

§

k_EResultFileNotFound = 9

§

k_EResultBusy = 10

§

k_EResultInvalidState = 11

§

k_EResultInvalidName = 12

§

k_EResultInvalidEmail = 13

§

k_EResultDuplicateName = 14

§

k_EResultAccessDenied = 15

§

k_EResultTimeout = 16

§

k_EResultBanned = 17

§

k_EResultAccountNotFound = 18

§

k_EResultInvalidSteamID = 19

§

k_EResultServiceUnavailable = 20

§

k_EResultNotLoggedOn = 21

§

k_EResultPending = 22

§

k_EResultEncryptionFailure = 23

§

k_EResultInsufficientPrivilege = 24

§

k_EResultLimitExceeded = 25

§

k_EResultRevoked = 26

§

k_EResultExpired = 27

§

k_EResultAlreadyRedeemed = 28

§

k_EResultDuplicateRequest = 29

§

k_EResultAlreadyOwned = 30

§

k_EResultIPNotFound = 31

§

k_EResultPersistFailed = 32

§

k_EResultLockingFailed = 33

§

k_EResultLogonSessionReplaced = 34

§

k_EResultConnectFailed = 35

§

k_EResultHandshakeFailed = 36

§

k_EResultIOFailure = 37

§

k_EResultRemoteDisconnect = 38

§

k_EResultShoppingCartNotFound = 39

§

k_EResultBlocked = 40

§

k_EResultIgnored = 41

§

k_EResultNoMatch = 42

§

k_EResultAccountDisabled = 43

§

k_EResultServiceReadOnly = 44

§

k_EResultAccountNotFeatured = 45

§

k_EResultAdministratorOK = 46

§

k_EResultContentVersion = 47

§

k_EResultTryAnotherCM = 48

§

k_EResultPasswordRequiredToKickSession = 49

§

k_EResultAlreadyLoggedInElsewhere = 50

§

k_EResultSuspended = 51

§

k_EResultCancelled = 52

§

k_EResultDataCorruption = 53

§

k_EResultDiskFull = 54

§

k_EResultRemoteCallFailed = 55

§

k_EResultPasswordUnset = 56

§

k_EResultExternalAccountUnlinked = 57

§

k_EResultPSNTicketInvalid = 58

§

k_EResultExternalAccountAlreadyLinked = 59

§

k_EResultRemoteFileConflict = 60

§

k_EResultIllegalPassword = 61

§

k_EResultSameAsPreviousValue = 62

§

k_EResultAccountLogonDenied = 63

§

k_EResultCannotUseOldPassword = 64

§

k_EResultInvalidLoginAuthCode = 65

§

k_EResultAccountLogonDeniedNoMail = 66

§

k_EResultHardwareNotCapableOfIPT = 67

§

k_EResultIPTInitError = 68

§

k_EResultParentalControlRestricted = 69

§

k_EResultFacebookQueryError = 70

§

k_EResultExpiredLoginAuthCode = 71

§

k_EResultIPLoginRestrictionFailed = 72

§

k_EResultAccountLockedDown = 73

§

k_EResultAccountLogonDeniedVerifiedEmailRequired = 74

§

k_EResultNoMatchingURL = 75

§

k_EResultBadResponse = 76

§

k_EResultRequirePasswordReEntry = 77

§

k_EResultValueOutOfRange = 78

§

k_EResultUnexpectedError = 79

§

k_EResultDisabled = 80

§

k_EResultInvalidCEGSubmission = 81

§

k_EResultRestrictedDevice = 82

§

k_EResultRegionLocked = 83

§

k_EResultRateLimitExceeded = 84

§

k_EResultAccountLoginDeniedNeedTwoFactor = 85

§

k_EResultItemDeleted = 86

§

k_EResultAccountLoginDeniedThrottle = 87

§

k_EResultTwoFactorCodeMismatch = 88

§

k_EResultTwoFactorActivationCodeMismatch = 89

§

k_EResultAccountAssociatedToMultiplePartners = 90

§

k_EResultNotModified = 91

§

k_EResultNoMobileDevice = 92

§

k_EResultTimeNotSynced = 93

§

k_EResultSmsCodeFailed = 94

§

k_EResultAccountLimitExceeded = 95

§

k_EResultAccountActivityLimitExceeded = 96

§

k_EResultPhoneActivityLimitExceeded = 97

§

k_EResultRefundToWallet = 98

§

k_EResultEmailSendFailure = 99

§

k_EResultNotSettled = 100

§

k_EResultNeedCaptcha = 101

§

k_EResultGSLTDenied = 102

§

k_EResultGSOwnerDenied = 103

§

k_EResultInvalidItemType = 104

§

k_EResultIPBanned = 105

§

k_EResultGSLTExpired = 106

§

k_EResultInsufficientFunds = 107

§

k_EResultTooManyPending = 108

§

k_EResultNoSiteLicensesFound = 109

§

k_EResultWGNetworkSendExceeded = 110

§

k_EResultAccountNotFriends = 111

§

k_EResultLimitedUserAccount = 112

§

k_EResultCantRemoveItem = 113

§

k_EResultAccountDeleted = 114

§

k_EResultExistingUserCancelledLicense = 115

§

k_EResultCommunityCooldown = 116

§

k_EResultNoLauncherSpecified = 117

§

k_EResultMustAgreeToSSA = 118

§

k_EResultLauncherMigrated = 119

§

k_EResultSteamRealmMismatch = 120

§

k_EResultInvalidSignature = 121

§

k_EResultParseFailure = 122

§

k_EResultNoVerifiedPhone = 123

§

k_EResultInsufficientBattery = 124

§

k_EResultChargerRequired = 125

§

k_EResultCachedCredentialInvalid = 126

§

K_EResultPhoneNumberIsVOIP = 127

§

k_EResultNotSupported = 128

§

k_EResultFamilySizeLimitExceeded = 129

Trait Implementations§

Source§

impl Clone for EResult

Source§

fn clone(&self) -> EResult

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for EResult

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Hash for EResult

Source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · Source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
Source§

impl Ord for EResult

Source§

fn cmp(&self, other: &EResult) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · Source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · Source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · Source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized,

Restrict a value to a certain interval. Read more
Source§

impl PartialEq for EResult

Source§

fn eq(&self, other: &EResult) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialOrd for EResult

Source§

fn partial_cmp(&self, other: &EResult) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · Source§

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl Copy for EResult

Source§

impl Eq for EResult

Source§

impl StructuralPartialEq for EResult

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.