Class: Tavily::FailedResult
Overview
A URL that failed extraction.
Instance Attribute Summary
Attributes inherited from Object
Instance Method Summary collapse
-
#error ⇒ String?
Reason for the failure.
-
#url ⇒ String?
The URL that failed.
Methods inherited from Object
#==, #[], attribute, #dig, #hash, #initialize, #inspect, #key?, #to_h
Constructor Details
This class inherits a constructor from Tavily::Object
Instance Method Details
#error ⇒ String?
Returns reason for the failure.
104 |
# File 'lib/tavily/responses.rb', line 104 attribute :error |
#url ⇒ String?
Returns the URL that failed.
102 |
# File 'lib/tavily/responses.rb', line 102 attribute :url |