Exception: HTM::TagError

Inherits:
Error
  • Object
show all
Defined in:
lib/htm/errors.rb

Overview

Raised when tag extraction fails

Common causes:

  • LLM provider API errors

  • Invalid tag response format

  • Network connectivity issues

  • Model not available

Note: This error is distinct from CircuitBreakerOpenError. TagError indicates a single failure, while CircuitBreakerOpenError indicates repeated failures have triggered protective circuit breaking.