Exception: Pikuri::Tool::Search::Engines::Unavailable

Inherits:
StandardError
  • Object
show all
Defined in:
lib/pikuri/tool/search/engines.rb

Overview

Raised by a provider when it is temporarily unavailable (rate-limited, bot-blocked, quota-exhausted, or otherwise saying “try again later” rather than “your request is wrong”). The cascade in search catches this and tries the next provider; any other exception bubbles up unchanged so genuine bugs and config errors stay visible.