shajara API
    Preparing search index...

    Type Alias ChannelErrorDetail

    ChannelErrorDetail:
        | { condition: ChannelCondition; kind: "condition" }
        | { cause: unknown; kind: "cause" }

    Detail attached to ChannelError that preserves the channel-specific cause.