Skip to content

agentic.DeliveryFailed

Page status: scaffold Source state: generated Applies to: Shepherd v1.0-dev Owner: @docs-system-owner (TBD) Validation: scripts/gen_shepherd_api_inventory.py --check

This is reference — exact, generated facts. The mental model lives in concepts; recipes live in guides.

Pre-rename surface

Generated from the internal agentic facade; names and paths change at the Shepherd rename.

class

DeliveryFailed

Bases: _NucleusError

Ordinary-call exception for a failed terminal run.

run instance-attribute

run = run

__init__

__init__(
    message: str = "Delivery failed",
    *,
    run: Any | None = None,
) -> None

See also