class RubyLLM::ResearchJob::Error
A research failure that retains the job for inspection or recovery.
Attributes
The research job, including its remote ID and last known state.
Public Class Methods
# File lib/ruby_llm/research_job.rb, line 24 def initialize(message, job:, response: nil) @job = job super(message, response:) end
Creates an error retaining job and the optional HTTP response.
Calls superclass method
RubyLLM::Error::new