Variable: E_CONVERSE_ALTERNATION_VIOLATION
ts
const E_CONVERSE_ALTERNATION_VIOLATION: CreatedException<[string]>;Defined in: src/batteries/llm/bedrock_converse/exceptions.ts:57
Converse rejected the request for non-alternating roles.
Remarks
Only reachable under alternationPolicy: 'reject', which exists precisely so this error can be OBSERVED rather than silently repaired — a repair applied before dispatch is invisible in the response, which makes a client-side fix indistinguishable from vendor tolerance.