enum Steamcr::EPurchaseResultDetail
Defined in:
steamd/enums.cr
Enum Members
-
NO_DETAIL =
0
-
AVS_FAILURE =
1
-
INSUFFICIENT_FUNDS =
2
-
CONTACT_SUPPORT =
3
-
TIMEOUT =
4
-
INVALID_PACKAGE =
5
-
INVALID_PAYMENT_METHOD =
6
-
INVALID_DATA =
7
-
OTHERS_IN_PROGRESS =
8
-
ALREADY_PURCHASED =
9
-
WRONG_PRICE =
10
-
FRAUD_CHECK_FAILED =
11
-
CANCELLED_BY_USER =
12
-
RESTRICTED_COUNTRY =
13
-
BAD_ACTIVATION_CODE =
14
-
DUPLICATE_ACTIVATION_CODE =
15
-
USE_OTHER_PAYMENT_METHOD =
16
-
USE_OTHER_FUNCTION_SOURCE =
17
-
INVALID_SHIPPING_ADDRESS =
18
-
REGION_NOT_SUPPORTED =
19
-
ACCT_IS_BLOCKED =
20
-
ACCT_NOT_VERIFIED =
21
-
INVALID_ACCOUNT =
22
-
STORE_BILLING_COUNTRY_MISMATCH =
23
-
DOES_NOT_OWN_REQUIRED_APP =
24
-
CANCELED_BY_NEW_TRANSACTION =
25
-
FORCE_CANCELED_PENDING =
26
-
FAIL_CURRENCY_TRANS_PROVIDER =
27
-
FAILED_CYBER_CAFE =
28
-
NEEDS_PRE_APPROVAL =
29
-
PRE_APPROVAL_DENIED =
30
-
WALLET_CURRENCY_MISMATCH =
31
-
EMAIL_NOT_VALIDATED =
32
-
EXPIRED_CARD =
33
-
TRANSACTION_EXPIRED =
34
-
WOULD_EXCEED_MAX_WALLET =
35
-
MUST_LOGIN_PS3_APP_FOR_PURCHASE =
36
-
CANNOT_SHIP_TO_PO_BOX =
37
-
INSUFFICIENT_INVENTORY =
38
-
CANNOT_GIFT_SHIPPED_GOODS =
39
-
CANNOT_SHIP_INTERNATIONALLY =
40
-
BILLING_AGREEMENT_CANCELLED =
41
-
INVALID_COUPON =
42
-
EXPIRED_COUPON =
43
-
ACCOUNT_LOCKED =
44
-
OTHER_ABORTABLE_IN_PROGRESS =
45
-
EXCEEDED_STEAM_LIMIT =
46
-
OVERLAPPING_PACKAGES_IN_CART =
47
-
NO_WALLET =
48
-
NO_CACHED_PAYMENT_METHOD =
49
-
CANNOT_REDEEM_CODE_FROM_CLIENT =
50
-
PURCHASE_AMOUNT_NO_SUPPORTED_BY_PROVIDER =
51
-
OVERLAPPING_PACKAGES_IN_PENDING_TRANSACTION =
52
-
RATE_LIMITED =
53
-
OWNS_EXCLUDED_APP =
54
-
CREDIT_CARD_BIN_MISMATCHES_TYPE =
55
-
CART_VALUE_TOO_HIGH =
56
-
BILLING_AGREEMENT_ALREADY_EXISTS =
57
-
POSA_CODE_NOT_ACTIVATED =
58
-
CANNOT_SHIP_TO_COUNTRY =
59
-
HUNG_TRANSACTION_CANCELLED =
60
-
PAYPAL_INTERNAL_ERROR =
61
-
UNKNOWN_GLOBAL_COLLECT_ERROR =
62
-
INVALID_TAX_ADDRESS =
63
-
PHYSICAL_PRODUCT_LIMIT_EXCEEDED =
64
-
PURCHASE_CANNOT_BE_REPLAYED =
65
-
DELAYED_COMPLETION =
66
-
BUNDLE_TYPE_CANNOT_BE_GIFTED =
67
-
BLOCKED_BY_US_GOV =
68
-
ITEMS_RESERVED_FOR_COMMERCIAL_USE =
69
-
GIFT_ALREADY_OWNED =
70
-
GIFT_INVALID_FOR_RECIPIENT_REGION =
71
-
GIFT_PRICING_IMBALANCE =
72
-
GIFT_RECIPIENT_NOT_SPECIFIED =
73
-
ITEMS_NOT_ALLOWED_FOR_COMMERCIAL_USE =
74
-
BUSINESS_STORE_COUNTRY_CODE_MISMATCH =
75
-
USER_ASSOCIATED_WITH_MANY_CAFES =
76
-
USER_NOT_ASSOCIATED_WITH_CAFE =
77
-
ADDRESS_INVALID =
78
-
CREDIT_CARD_NUMBER_INVALID =
79
-
CANNOT_SHIP_TO_MILITARY_POST_OFFICE =
80
-
BILLING_NAME_INVALID_RESEMBLES_CREDIT_CARD =
81
-
PAYMENT_METHOD_TEMPORARILY_UNAVAILABLE =
82
-
PAYMENT_METHOD_NOT_SUPPORTED_FOR_PRODUCT =
83
Class Method Summary
Instance Method Summary
Class Method Detail
def self.
from_io(io, format)
#
Instance Method Detail
def
bad_activation_code?
#
def
billing_agreement_already_exists?
#
def
billing_agreement_cancelled?
#
def
billing_name_invalid_resembles_credit_card?
#
def
bundle_type_cannot_be_gifted?
#
def
business_store_country_code_mismatch?
#
def
canceled_by_new_transaction?
#
def
cannot_gift_shipped_goods?
#
def
cannot_redeem_code_from_client?
#
def
cannot_ship_internationally?
#
def
cannot_ship_to_country?
#
def
cannot_ship_to_military_post_office?
#
def
cannot_ship_to_po_box?
#
def
cart_value_too_high?
#
def
credit_card_bin_mismatches_type?
#
def
credit_card_number_invalid?
#
def
delayed_completion?
#
def
does_not_own_required_app?
#
def
duplicate_activation_code?
#
def
email_not_validated?
#
def
exceeded_steam_limit?
#
def
fail_currency_trans_provider?
#
def
force_canceled_pending?
#
def
fraud_check_failed?
#
def
gift_already_owned?
#
def
gift_invalid_for_recipient_region?
#
def
gift_pricing_imbalance?
#
def
gift_recipient_not_specified?
#
def
hung_transaction_cancelled?
#
def
insufficient_funds?
#
def
insufficient_inventory?
#
def
invalid_payment_method?
#
def
invalid_shipping_address?
#
def
invalid_tax_address?
#
def
items_not_allowed_for_commercial_use?
#
def
items_reserved_for_commercial_use?
#
def
must_login_ps3_app_for_purchase?
#
def
needs_pre_approval?
#
def
no_cached_payment_method?
#
def
other_abortable_in_progress?
#
def
others_in_progress?
#
def
overlapping_packages_in_cart?
#
def
overlapping_packages_in_pending_transaction?
#
def
payment_method_not_supported_for_product?
#
def
payment_method_temporarily_unavailable?
#
def
paypal_internal_error?
#
def
physical_product_limit_exceeded?
#
def
posa_code_not_activated?
#
def
pre_approval_denied?
#
def
purchase_amount_no_supported_by_provider?
#
def
purchase_cannot_be_replayed?
#
def
region_not_supported?
#
def
restricted_country?
#
def
store_billing_country_mismatch?
#
def
transaction_expired?
#
def
unknown_global_collect_error?
#
def
use_other_function_source?
#
def
use_other_payment_method?
#
def
user_associated_with_many_cafes?
#
def
user_not_associated_with_cafe?
#
def
wallet_currency_mismatch?
#
def
would_exceed_max_wallet?
#