Exception: RubyLLM::ForbiddenError
- Defined in:
- lib/ruby_llm/error.rb
Overview
Raised for HTTP 403 responses when the API key lacks permission for the requested resource.
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:
113 114 115 |
# File 'lib/ruby_llm/error.rb', line 113 def self. # :nodoc: 'Forbidden - you do not have permission to access this resource' end |