Exception: Pago::Models::Enums::Unions::Errors::Webhooks::Services::RateLimitError
- Inherits:
-
ClientError
- Object
- StandardError
- Error
- APIError
- ClientError
- Pago::Models::Enums::Unions::Errors::Webhooks::Services::RateLimitError
- Defined in:
- sig/pago.rbs
Instance Attribute Summary collapse
-
#retry_after ⇒ Integer?
readonly
Returns the value of attribute retry_after.
Attributes inherited from APIError
#body, #data, #response, #status_code
Instance Method Summary collapse
-
#initialize ⇒ RateLimitError
constructor
A new instance of RateLimitError.
Constructor Details
#initialize ⇒ RateLimitError
Returns a new instance of RateLimitError.
73 |
# File 'sig/pago.rbs', line 73
def initialize: (?String? message, ?retry_after: Integer?, **untyped options) -> void
|
Instance Attribute Details
#retry_after ⇒ Integer? (readonly)
Returns the value of attribute retry_after.
71 72 73 |
# File 'sig/pago.rbs', line 71 def retry_after @retry_after end |