Exception: RubyLLM::PaymentRequiredError
- Defined in:
- lib/ruby_llm/error.rb
Overview
Raised for HTTP 402 responses when the provider account has a billing or quota problem.
Instance Attribute Summary
Attributes inherited from Error
Class Method Summary collapse
-
.default_message ⇒ Object
:nodoc:.
Methods inherited from Error
Constructor Details
This class inherits a constructor from RubyLLM::Error
Class Method Details
.default_message ⇒ Object
:nodoc:
151 152 153 |
# File 'lib/ruby_llm/error.rb', line 151 def self. # :nodoc: 'Payment required - please top up your account' end |