Enum actix_connect::ConnectError [−][src]
pub enum ConnectError {
Resolver(ResolveError),
NoRecords,
InvalidInput,
Unresolved,
Io(Error),
}
Variants
Resolver(ResolveError)
Tuple Fields
0: ResolveError
Failed to resolve the hostname
NoRecords
No dns records
InvalidInput
Invalid input
Unresolved
Unresolved host name
Io(Error)
Tuple Fields
0: Error
Connection IO error
Trait Implementations
Performs the conversion.
Performs the conversion.