Exception: Legion::LLM::Errors::InvalidRoutingContext
- Inherits:
-
LLMError
- Object
- StandardError
- LLMError
- Legion::LLM::Errors::InvalidRoutingContext
- Defined in:
- lib/legion/llm/errors.rb
Overview
SSOT v3: the trusted server-created routing context is missing or malformed (e.g. a client attempted to set the routing seed, or a request bypassed RoutingContext.build). This is an internal programming/protocol failure mapped to HTTP 500 — never a caller-correctable InvalidRequest.
Instance Method Summary collapse
Instance Method Details
#retryable? ⇒ Boolean
148 |
# File 'lib/legion/llm/errors.rb', line 148 def retryable? = false |