module documentation

Failure converter for Strands-specific exceptions.

Class StrandsFailureConverter Failure converter that preserves Strands exception payloads and retryability.
Constant STRANDS_INTERRUPT_TYPE Undocumented
Constant _TERMINAL_EXCEPTIONS Undocumented
STRANDS_INTERRUPT_TYPE: str = (source)

Undocumented

Value
'StrandsInterrupt'
_TERMINAL_EXCEPTIONS: tuple[type[BaseException], ...] = (source)

Undocumented

Value
(MaxTokensReachedException,
 ContextWindowOverflowException,
 StructuredOutputException,
 SessionException)