enum

Steamcr::EResult

Inherits Enum < Comparable < Value < Object

Constants

INVALID = 0
OK = 1
FAIL = 2
NO_CONNECTION = 3
INVALID_PASSWORD = 5
LOGGED_IN_ELSEWHERE = 6
INVALID_PROTOCOL_VER = 7
INVALID_PARAM = 8
FILE_NOT_FOUND = 9
BUSY = 10
INVALID_STATE = 11
INVALID_NAME = 12
INVALID_EMAIL = 13
DUPLICATE_NAME = 14
ACCESS_DENIED = 15
TIMEOUT = 16
BANNED = 17
ACCOUNT_NOT_FOUND = 18
INVALID_STEAM_ID = 19
SERVICE_UNAVAILABLE = 20
NOT_LOGGED_ON = 21
PENDING = 22
ENCRYPTION_FAILURE = 23
INSUFFICIENT_PRIVILEGE = 24
LIMIT_EXCEEDED = 25
REVOKED = 26
EXPIRED = 27
ALREADY_REDEEMED = 28
DUPLICATE_REQUEST = 29
ALREADY_OWNED = 30
IP_NOT_FOUND = 31
PERSIST_FAILED = 32
LOCKING_FAILED = 33
LOGON_SESSION_REPLACED = 34
CONNECT_FAILED = 35
HANDSHAKE_FAILED = 36
IO_FAILURE = 37
REMOTE_DISCONNECT = 38
SHOPPING_CART_NOT_FOUND = 39
BLOCKED = 40
IGNORED = 41
NO_MATCH = 42
ACCOUNT_DISABLED = 43
SERVICE_READ_ONLY = 44
ACCOUNT_NOT_FEATURED = 45
ADMINISTRATOR_OK = 46
CONTENT_VERSION = 47
TRY_ANOTHER_CM = 48
PASSWORD_REQUIRED_TO_KICK_SESSION = 49
ALREADY_LOGGED_IN_ELSEWHERE = 50
SUSPENDED = 51
CANCELLED = 52
DATA_CORRUPTION = 53
DISK_FULL = 54
REMOTE_CALL_FAILED = 55
PASSWORD_UNSET = 56

PASSWORD_NOT_SET = 56 # deprecated (renamed to PasswordUnset)

EXTERNAL_ACCOUNT_UNLINKED = 57
PSN_TICKET_INVALID = 58
EXTERNAL_ACCOUNT_ALREADY_LINKED = 59
REMOTE_FILE_CONFLICT = 60
ILLEGAL_PASSWORD = 61
SAME_AS_PREVIOUS_VALUE = 62
ACCOUNT_LOGON_DENIED = 63
CANNOT_USE_OLD_PASSWORD = 64
INVALID_LOGIN_AUTH_CODE = 65
ACCOUNT_LOGON_DENIED_NO_MAIL = 66

ACCOUNT_LOGON_DENIED_NO_MAIL_SENT = 66 # deprecated (renamed to AccountLogonDeniedNoMail)

HARDWARE_NOT_CAPABLE_OF_IPT = 67
IPT_INIT_ERROR = 68
PARENTAL_CONTROL_RESTRICTED = 69
FACEBOOK_QUERY_ERROR = 70
EXPIRED_LOGIN_AUTH_CODE = 71
IP_LOGIN_RESTRICTION_FAILED = 72
ACCOUNT_LOCKED_DOWN = 73

ACCOUNT_LOCKED = 73 # deprecated (renamed to AccountLockedDown)

ACCOUNT_LOGON_DENIED_VERIFIED_EMAIL_REQUIRED = 74
NO_MATCHING_URL = 75
BAD_RESPONSE = 76
REQUIRE_PASSWORD_RE_ENTRY = 77
VALUE_OUT_OF_RANGE = 78
UNEXPECTED_ERROR = 79
DISABLED = 80
INVALID_CEG_SUBMISSION = 81
RESTRICTED_DEVICE = 82
REGION_LOCKED = 83
RATE_LIMIT_EXCEEDED = 84
ACCOUNT_LOGIN_DENIED_NEED_TWO_FACTOR = 85

ACCOUNT_LOGON_DENIED_NEED_TWO_FACTOR_CODE = 85 # deprecated (renamed to AccountLoginDeniedNeedTwoFactor)

ITEM_DELETED = 86

ITEM_OR_ENTRY_HAS_BEEN_DELETED = 86 # deprecated (renamed to ItemDeleted)

ACCOUNT_LOGIN_DENIED_THROTTLE = 87
TWO_FACTOR_CODE_MISMATCH = 88
TWO_FACTOR_ACTIVATION_CODE_MISMATCH = 89
ACCOUNT_ASSOCIATED_TO_MULTIPLE_PARTNERS = 90

ACCOUNT_ASSOCIATED_TO_MULTIPLE_PLAYERS = 90 # deprecated (renamed to AccountAssociatedToMultiplePartners)

NOT_MODIFIED = 91
NO_MOBILE_DEVICE = 92

NO_MOBILE_DEVICE_AVAILABLE = 92 # deprecated (renamed to NoMobileDevice)

TIME_NOT_SYNCED = 93

TIME_IS_OUT_OF_SYNC = 93 # deprecated (renamed to TimeNotSynced)

SMS_CODE_FAILED = 94
ACCOUNT_LIMIT_EXCEEDED = 95

TOO_MANY_ACCOUNTS_ACCESS_THIS_RESOURCE = 95 # deprecated (renamed to AccountLimitExceeded)

ACCOUNT_ACTIVITY_LIMIT_EXCEEDED = 96
PHONE_ACTIVITY_LIMIT_EXCEEDED = 97
REFUND_TO_WALLET = 98
EMAIL_SEND_FAILURE = 99
NOT_SETTLED = 100
NEED_CAPTCHA = 101
GSLT_DENIED = 102
GS_OWNER_DENIED = 103
INVALID_ITEM_TYPE = 104
IP_BANNED = 105
GSLT_EXPIRED = 106
INSUFFICIENT_FUNDS = 107
TOO_MANY_PENDING = 108
NO_SITE_LICENSES_FOUND = 109
WG_NETWORK_SEND_EXCEEDED = 110
ACCOUNT_NOT_FRIENDS = 111
LIMITED_USER_ACCOUNT = 112
CANT_REMOVE_ITEM = 113
ACCOUNT_DELETED = 114

ACCOUNT_HAS_BEEN_DELETED = 114 # deprecated (renamed to AccountDeleted)

EXISTING_USER_CANCELLED_LICENSE = 115

ACCOUNT_HAS_AN_EXISTING_USER_CANCELLED_LICENSE = 115 # deprecated (renamed to ExistingUserCancelledLicense)

COMMUNITY_COOLDOWN = 116

DENIED_DUE_TO_COMMUNITY_COOLDOWN = 116 # deprecated (renamed to CommunityCooldown)

NO_LAUNCHER_SPECIFIED = 117
MUST_AGREE_TO_SSA = 118
LAUNCHER_MIGRATED = 119
STEAM_REALM_MISMATCH = 120

CURRENT_STEAM_REALM_DOES_NOT_MATCH = 120 # deprecated (renamed to SteamRealmMismatch)

INVALID_SIGNATURE = 121
PARSE_FAILURE = 122
NO_VERIFIED_PHONE = 123
INSUFFICIENT_BATTERY = 124
CHARGER_REQUIRED = 125
CACHED_CREDENTIAL_INVALID = 126
PHONE_NUMBER_IS_VOIP = 127

Class methods

from_io(io, format)
Source

Instance methods

access_denied?

Returns true if this enum value equals ACCESS_DENIED

Source
account_activity_limit_exceeded?

Returns true if this enum value equals ACCOUNT_ACTIVITY_LIMIT_EXCEEDED

Source
account_associated_to_multiple_partners?

Returns true if this enum value equals ACCOUNT_ASSOCIATED_TO_MULTIPLE_PARTNERS

Source
account_deleted?

Returns true if this enum value equals ACCOUNT_DELETED

Source
account_disabled?

Returns true if this enum value equals ACCOUNT_DISABLED

Source
account_limit_exceeded?

Returns true if this enum value equals ACCOUNT_LIMIT_EXCEEDED

Source
account_locked_down?

Returns true if this enum value equals ACCOUNT_LOCKED_DOWN

Source
account_login_denied_need_two_factor?

Returns true if this enum value equals ACCOUNT_LOGIN_DENIED_NEED_TWO_FACTOR

Source
account_login_denied_throttle?

Returns true if this enum value equals ACCOUNT_LOGIN_DENIED_THROTTLE

Source
account_logon_denied?

Returns true if this enum value equals ACCOUNT_LOGON_DENIED

Source
account_logon_denied_no_mail?

Returns true if this enum value equals ACCOUNT_LOGON_DENIED_NO_MAIL

Source
account_logon_denied_verified_email_required?

Returns true if this enum value equals ACCOUNT_LOGON_DENIED_VERIFIED_EMAIL_REQUIRED

Source
account_not_found?

Returns true if this enum value equals ACCOUNT_NOT_FOUND

Source
account_not_friends?

Returns true if this enum value equals ACCOUNT_NOT_FRIENDS

Source
administrator_ok?

Returns true if this enum value equals ADMINISTRATOR_OK

Source
already_logged_in_elsewhere?

Returns true if this enum value equals ALREADY_LOGGED_IN_ELSEWHERE

Source
already_owned?

Returns true if this enum value equals ALREADY_OWNED

Source
already_redeemed?

Returns true if this enum value equals ALREADY_REDEEMED

Source
bad_response?

Returns true if this enum value equals BAD_RESPONSE

Source
banned?

Returns true if this enum value equals BANNED

Source
blocked?

Returns true if this enum value equals BLOCKED

Source
busy?

Returns true if this enum value equals BUSY

Source
cached_credential_invalid?

Returns true if this enum value equals CACHED_CREDENTIAL_INVALID

Source
cancelled?

Returns true if this enum value equals CANCELLED

Source
cannot_use_old_password?

Returns true if this enum value equals CANNOT_USE_OLD_PASSWORD

Source
cant_remove_item?

Returns true if this enum value equals CANT_REMOVE_ITEM

Source
charger_required?

Returns true if this enum value equals CHARGER_REQUIRED

Source
community_cooldown?

Returns true if this enum value equals COMMUNITY_COOLDOWN

Source
connect_failed?

Returns true if this enum value equals CONNECT_FAILED

Source
content_version?

Returns true if this enum value equals CONTENT_VERSION

Source
data_corruption?

Returns true if this enum value equals DATA_CORRUPTION

Source
disabled?

Returns true if this enum value equals DISABLED

Source
disk_full?

Returns true if this enum value equals DISK_FULL

Source
duplicate_name?

Returns true if this enum value equals DUPLICATE_NAME

Source
duplicate_request?

Returns true if this enum value equals DUPLICATE_REQUEST

Source
email_send_failure?

Returns true if this enum value equals EMAIL_SEND_FAILURE

Source
encryption_failure?

Returns true if this enum value equals ENCRYPTION_FAILURE

Source
existing_user_cancelled_license?

Returns true if this enum value equals EXISTING_USER_CANCELLED_LICENSE

Source
expired?

Returns true if this enum value equals EXPIRED

Source
expired_login_auth_code?

Returns true if this enum value equals EXPIRED_LOGIN_AUTH_CODE

Source
external_account_already_linked?

Returns true if this enum value equals EXTERNAL_ACCOUNT_ALREADY_LINKED

Source
external_account_unlinked?

Returns true if this enum value equals EXTERNAL_ACCOUNT_UNLINKED

Source
facebook_query_error?

Returns true if this enum value equals FACEBOOK_QUERY_ERROR

Source
fail?

Returns true if this enum value equals FAIL

Source
file_not_found?

Returns true if this enum value equals FILE_NOT_FOUND

Source
gs_owner_denied?

Returns true if this enum value equals GS_OWNER_DENIED

Source
gslt_denied?

Returns true if this enum value equals GSLT_DENIED

Source
gslt_expired?

Returns true if this enum value equals GSLT_EXPIRED

Source
handshake_failed?

Returns true if this enum value equals HANDSHAKE_FAILED

Source
hardware_not_capable_of_ipt?

Returns true if this enum value equals HARDWARE_NOT_CAPABLE_OF_IPT

Source
ignored?

Returns true if this enum value equals IGNORED

Source
illegal_password?

Returns true if this enum value equals ILLEGAL_PASSWORD

Source
insufficient_battery?

Returns true if this enum value equals INSUFFICIENT_BATTERY

Source
insufficient_funds?

Returns true if this enum value equals INSUFFICIENT_FUNDS

Source
insufficient_privilege?

Returns true if this enum value equals INSUFFICIENT_PRIVILEGE

Source
invalid?

Returns true if this enum value equals INVALID

Source
invalid_ceg_submission?

Returns true if this enum value equals INVALID_CEG_SUBMISSION

Source
invalid_email?

Returns true if this enum value equals INVALID_EMAIL

Source
invalid_item_type?

Returns true if this enum value equals INVALID_ITEM_TYPE

Source
invalid_login_auth_code?

Returns true if this enum value equals INVALID_LOGIN_AUTH_CODE

Source
invalid_name?

Returns true if this enum value equals INVALID_NAME

Source
invalid_param?

Returns true if this enum value equals INVALID_PARAM

Source
invalid_password?

Returns true if this enum value equals INVALID_PASSWORD

Source
invalid_protocol_ver?

Returns true if this enum value equals INVALID_PROTOCOL_VER

Source
invalid_signature?

Returns true if this enum value equals INVALID_SIGNATURE

Source
invalid_state?

Returns true if this enum value equals INVALID_STATE

Source
invalid_steam_id?

Returns true if this enum value equals INVALID_STEAM_ID

Source
io_failure?

Returns true if this enum value equals IO_FAILURE

Source
ip_banned?

Returns true if this enum value equals IP_BANNED

Source
ip_login_restriction_failed?

Returns true if this enum value equals IP_LOGIN_RESTRICTION_FAILED

Source
ip_not_found?

Returns true if this enum value equals IP_NOT_FOUND

Source
ipt_init_error?

Returns true if this enum value equals IPT_INIT_ERROR

Source
item_deleted?

Returns true if this enum value equals ITEM_DELETED

Source
launcher_migrated?

Returns true if this enum value equals LAUNCHER_MIGRATED

Source
limit_exceeded?

Returns true if this enum value equals LIMIT_EXCEEDED

Source
limited_user_account?

Returns true if this enum value equals LIMITED_USER_ACCOUNT

Source
locking_failed?

Returns true if this enum value equals LOCKING_FAILED

Source
logged_in_elsewhere?

Returns true if this enum value equals LOGGED_IN_ELSEWHERE

Source
logon_session_replaced?

Returns true if this enum value equals LOGON_SESSION_REPLACED

Source
must_agree_to_ssa?

Returns true if this enum value equals MUST_AGREE_TO_SSA

Source
need_captcha?

Returns true if this enum value equals NEED_CAPTCHA

Source
no_connection?

Returns true if this enum value equals NO_CONNECTION

Source
no_launcher_specified?

Returns true if this enum value equals NO_LAUNCHER_SPECIFIED

Source
no_match?

Returns true if this enum value equals NO_MATCH

Source
no_matching_url?

Returns true if this enum value equals NO_MATCHING_URL

Source
no_mobile_device?

Returns true if this enum value equals NO_MOBILE_DEVICE

Source
no_site_licenses_found?

Returns true if this enum value equals NO_SITE_LICENSES_FOUND

Source
no_verified_phone?

Returns true if this enum value equals NO_VERIFIED_PHONE

Source
not_logged_on?

Returns true if this enum value equals NOT_LOGGED_ON

Source
not_modified?

Returns true if this enum value equals NOT_MODIFIED

Source
not_settled?

Returns true if this enum value equals NOT_SETTLED

Source
ok?

Returns true if this enum value equals OK

Source
parental_control_restricted?

Returns true if this enum value equals PARENTAL_CONTROL_RESTRICTED

Source
parse_failure?

Returns true if this enum value equals PARSE_FAILURE

Source
password_required_to_kick_session?

Returns true if this enum value equals PASSWORD_REQUIRED_TO_KICK_SESSION

Source
password_unset?

Returns true if this enum value equals PASSWORD_UNSET

Source
pending?

Returns true if this enum value equals PENDING

Source
persist_failed?

Returns true if this enum value equals PERSIST_FAILED

Source
phone_activity_limit_exceeded?

Returns true if this enum value equals PHONE_ACTIVITY_LIMIT_EXCEEDED

Source
phone_number_is_voip?

Returns true if this enum value equals PHONE_NUMBER_IS_VOIP

Source
psn_ticket_invalid?

Returns true if this enum value equals PSN_TICKET_INVALID

Source
rate_limit_exceeded?

Returns true if this enum value equals RATE_LIMIT_EXCEEDED

Source
refund_to_wallet?

Returns true if this enum value equals REFUND_TO_WALLET

Source
region_locked?

Returns true if this enum value equals REGION_LOCKED

Source
remote_call_failed?

Returns true if this enum value equals REMOTE_CALL_FAILED

Source
remote_disconnect?

Returns true if this enum value equals REMOTE_DISCONNECT

Source
remote_file_conflict?

Returns true if this enum value equals REMOTE_FILE_CONFLICT

Source
require_password_re_entry?

Returns true if this enum value equals REQUIRE_PASSWORD_RE_ENTRY

Source
restricted_device?

Returns true if this enum value equals RESTRICTED_DEVICE

Source
revoked?

Returns true if this enum value equals REVOKED

Source
same_as_previous_value?

Returns true if this enum value equals SAME_AS_PREVIOUS_VALUE

Source
service_read_only?

Returns true if this enum value equals SERVICE_READ_ONLY

Source
service_unavailable?

Returns true if this enum value equals SERVICE_UNAVAILABLE

Source
shopping_cart_not_found?

Returns true if this enum value equals SHOPPING_CART_NOT_FOUND

Source
sms_code_failed?

Returns true if this enum value equals SMS_CODE_FAILED

Source
steam_realm_mismatch?

Returns true if this enum value equals STEAM_REALM_MISMATCH

Source
suspended?

Returns true if this enum value equals SUSPENDED

Source
time_not_synced?

Returns true if this enum value equals TIME_NOT_SYNCED

Source
timeout?

Returns true if this enum value equals TIMEOUT

Source
to_io(io, format)
Source
too_many_pending?

Returns true if this enum value equals TOO_MANY_PENDING

Source
try_another_cm?

Returns true if this enum value equals TRY_ANOTHER_CM

Source
two_factor_activation_code_mismatch?

Returns true if this enum value equals TWO_FACTOR_ACTIVATION_CODE_MISMATCH

Source
two_factor_code_mismatch?

Returns true if this enum value equals TWO_FACTOR_CODE_MISMATCH

Source
unexpected_error?

Returns true if this enum value equals UNEXPECTED_ERROR

Source
value_out_of_range?

Returns true if this enum value equals VALUE_OUT_OF_RANGE

Source
wg_network_send_exceeded?

Returns true if this enum value equals WG_NETWORK_SEND_EXCEEDED

Source