S76 Stripe v0.1.5 Stripe.Error exception View Source

Link to this section Summary

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