Exception: PaymentKit::PermissionError
- Inherits:
-
AuthenticationError
- Object
- StandardError
- Error
- AuthenticationError
- PaymentKit::PermissionError
- Defined in:
- lib/payment_kit/errors.rb
Overview
Raised on HTTP 403: the credential is valid but is not allowed to touch this resource. Subclasses AuthenticationError so existing rescues still match.
Instance Attribute Summary
Attributes inherited from Error
#body, #error_code, #problem, #request_id, #status
Method Summary
Methods inherited from Error
#[], #initialize, #invoice_id, #retryable?, #subscription_id
Constructor Details
This class inherits a constructor from PaymentKit::Error