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
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for ConnectErrorimpl !Send for ConnectErrorimpl !Sync for ConnectErrorimpl Unpin for ConnectErrorimpl !UnwindSafe for ConnectError