Exception: Stripe::OAuth::UnsupportedResponseTypeError
- Inherits:
-
OAuthError
- Object
- StandardError
- StripeError
- OAuthError
- Stripe::OAuth::UnsupportedResponseTypeError
- Defined in:
- lib/stripe/errors.rb
Overview
UnsupportedResponseTypeError is raised when an unsupported response type parameter is specified.
Instance Attribute Summary
Attributes inherited from StripeError
#code, #error, #http_body, #http_headers, #http_status, #json_body, #message, #request_id, #response
Method Summary
Methods inherited from OAuthError
#construct_error_object, #initialize
Methods inherited from StripeError
#construct_error_object, #idempotent_replayed?, #initialize, #to_s
Constructor Details
This class inherits a constructor from Stripe::OAuth::OAuthError