S76 Stripe v0.1.4 Stripe.Error exception View Source

Link to this section Summary

Functions

Callback implementation for Exception.exception/1

Callback implementation for Exception.message/1

Link to this section Types

Link to this type t() View Source
t() :: %Stripe.Error{__exception__: term(), charge: String.t(), code: nil | String.t(), decline_code: nil | String.t(), message: nil | String.t(), param: nil | atom(), type: type()}
Link to this type type() View Source
type() ::
  :api_connection_error |
  :api_error |
  :authentication_error |
  :card_error |
  :idempotency_error |
  :invalid_request_error |
  :rate_limit_error

Link to this section Functions

Callback implementation for Exception.exception/1.

Callback implementation for Exception.message/1.