pub fn is_retryable_camel_error(err: &CamelError) -> boolExpand description
Classify a CamelError as retryable (transient network/IO errors).
Retryable variants:
CamelError::Io— I/O errors (connection refused, DNS, etc.)CamelError::ProcessorErrorwhose message contains the literal[TRANSIENT]marker (used by gRPC and other components to flag retryable-by-classification errors).CamelError::ProcessorErrorWithSourcewhose message contains the[TRANSIENT]marker (same semantics, preserves source error chain).
Non-retryable variants: