1#![allow(non_camel_case_types, non_upper_case_globals)] 2//! # TransportError DTO 3//! 4//! See [`crate::Transport::TransportError`] for the canonical type definition. 5//! See [`crate::Transport::TransportStrategy`] for `TransportErrorCode`.