Skip to main content

Module error

Module error 

Source
Expand description

Canonical client error re-export and shared context-window-overflow detection.

The overflow detection is ported from switchyard-components/src/backends/context_overflow.rs; that helper is crate-private there and this crate cannot depend on switchyard-components, so the small, self-contained logic is vendored here.

Enums§

LlmClientError
Failures a routed LLM client can surface to its caller.

Type Aliases§

Result
Result alias for LLM client operations.