async-bulkhead-llm - v3.17.0
    Preparing search index...

    Type Alias LLMShadowableRejectReason

    LLMShadowableRejectReason: Extract<
        LLMRejectReason,
        "budget_limit"
        | "concurrency_limit"
        | "queue_limit"
        | "timeout",
    >

    Rejection reasons that observe mode is allowed to bypass.

    Shutdown, caller cancellation, and unsafe deduplication fan-out remain hard failures and are intentionally excluded from this type.