Enum actix_http::client::TcpConnectError [−][src]
pub enum TcpConnectError {
Resolver(Box<dyn Error + 'static, Global>),
NoRecords,
InvalidInput,
Unresolved,
Io(Error),
}Variants
Failed to resolve the hostname
No dns records
Invalid input
Unresolved host name
Io(Error)Connection IO error
Tuple Fields of Io
0: ErrorTrait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for ConnectError
impl !Send for ConnectError
impl !Sync for ConnectError
impl Unpin for ConnectError
impl !UnwindSafe for ConnectError
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more