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: Error
Trait Implementations
Performs the conversion.