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) #

[View source]

Instance Method Detail

def account_locked? #

[View source]
def acct_is_blocked? #

[View source]
def acct_not_verified? #

[View source]
def address_invalid? #

[View source]
def already_purchased? #

[View source]
def avs_failure? #

[View source]
def bad_activation_code? #

[View source]
def billing_agreement_already_exists? #

[View source]
def billing_agreement_cancelled? #

[View source]
def billing_name_invalid_resembles_credit_card? #

[View source]
def blocked_by_us_gov? #

[View source]
def bundle_type_cannot_be_gifted? #

[View source]
def business_store_country_code_mismatch? #

[View source]
def canceled_by_new_transaction? #

[View source]
def cancelled_by_user? #

[View source]
def cannot_gift_shipped_goods? #

[View source]
def cannot_redeem_code_from_client? #

[View source]
def cannot_ship_internationally? #

[View source]
def cannot_ship_to_country? #

[View source]
def cannot_ship_to_military_post_office? #

[View source]
def cannot_ship_to_po_box? #

[View source]
def cart_value_too_high? #

[View source]
def contact_support? #

[View source]
def credit_card_bin_mismatches_type? #

[View source]
def credit_card_number_invalid? #

[View source]
def delayed_completion? #

[View source]
def does_not_own_required_app? #

[View source]
def duplicate_activation_code? #

[View source]
def email_not_validated? #

[View source]
def exceeded_steam_limit? #

[View source]
def expired_card? #

[View source]
def expired_coupon? #

[View source]
def fail_currency_trans_provider? #

[View source]
def failed_cyber_cafe? #

[View source]
def force_canceled_pending? #

[View source]
def fraud_check_failed? #

[View source]
def gift_already_owned? #

[View source]
def gift_invalid_for_recipient_region? #

[View source]
def gift_pricing_imbalance? #

[View source]
def gift_recipient_not_specified? #

[View source]
def hung_transaction_cancelled? #

[View source]
def insufficient_funds? #

[View source]
def insufficient_inventory? #

[View source]
def invalid_account? #

[View source]
def invalid_coupon? #

[View source]
def invalid_data? #

[View source]
def invalid_package? #

[View source]
def invalid_payment_method? #

[View source]
def invalid_shipping_address? #

[View source]
def invalid_tax_address? #

[View source]
def items_not_allowed_for_commercial_use? #

[View source]
def items_reserved_for_commercial_use? #

[View source]
def must_login_ps3_app_for_purchase? #

[View source]
def needs_pre_approval? #

[View source]
def no_cached_payment_method? #

[View source]
def no_detail? #

[View source]
def no_wallet? #

[View source]
def other_abortable_in_progress? #

[View source]
def others_in_progress? #

[View source]
def overlapping_packages_in_cart? #

[View source]
def overlapping_packages_in_pending_transaction? #

[View source]
def owns_excluded_app? #

[View source]
def payment_method_not_supported_for_product? #

[View source]
def payment_method_temporarily_unavailable? #

[View source]
def paypal_internal_error? #

[View source]
def physical_product_limit_exceeded? #

[View source]
def posa_code_not_activated? #

[View source]
def pre_approval_denied? #

[View source]
def purchase_amount_no_supported_by_provider? #

[View source]
def purchase_cannot_be_replayed? #

[View source]
def rate_limited? #

[View source]
def region_not_supported? #

[View source]
def restricted_country? #

[View source]
def store_billing_country_mismatch? #

[View source]
def timeout? #

[View source]
def to_io(io, format) #

[View source]
def transaction_expired? #

[View source]
def unknown_global_collect_error? #

[View source]
def use_other_function_source? #

[View source]
def use_other_payment_method? #

[View source]
def user_associated_with_many_cafes? #

[View source]
def user_not_associated_with_cafe? #

[View source]
def wallet_currency_mismatch? #

[View source]
def would_exceed_max_wallet? #

[View source]
def wrong_price? #

[View source]