Exception: Insika::DeliveryError

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

Overview

A channel could not hand a reply to its recipient (RFC-0011 §6.5). NOT a turn failure: the turn already completed and its answer is durable in the session — what failed is the delivery, which lives in the OutboxStore with its own status and its own bounded retry. Raised by a channel's deliver so the dispatcher can tell "the recipient refused" from "the engine has a bug".