pub trait AbstractPtError: Error + HasKind + HasRetryTime + Send + Sync + Debug { }
The error type returned by a pluggable transport manager.