class Stripe::Error
- Stripe::Error
- Exception
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
stripe/error.crConstructors
Instance Method Summary
- #charge : String | Nil
- #charge=(charge : String | Nil)
- #code : String | Nil
- #code=(code : String | Nil)
- #decline_code : String | Nil
- #decline_code=(decline_code : String | Nil)
- #doc_url : String | Nil
- #doc_url=(doc_url : String | Nil)
- #message : String | Nil
- #message=(message : String | Nil)
- #param : String | Nil
- #param=(param : String | Nil)
- #type : Stripe::Error::Type
- #type=(type : Stripe::Error::Type)