enum Stripe::Error::Type

Defined in:

stripe/error.cr

Enum Members

ApiConnectionError = 0
ApiError = 1
AuthenticationError = 2
CardError = 3
IdempotencyError = 4
InvalidRequestError = 5
RateLimitError = 6

Instance Method Summary

Instance Method Detail

def api_connection_error? #

def api_error? #

def authentication_error? #

def card_error? #

def idempotency_error? #

def invalid_request_error? #

def rate_limit_error? #