mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Hmm, alright have it your way rust. Not my change, so leaving it alone.
This commit is contained in:
parent
fb3350c605
commit
4330b33ce0
@ -12,6 +12,8 @@ use crate::{discord, discord::DiscordUpdate};
|
||||
pub enum Error {
|
||||
// Error parsing input string or error resolving host name.
|
||||
BadAddress(std::io::Error),
|
||||
// Parsing/host name resolution successful but could not connect.
|
||||
ConnectionFailed(ClientError),
|
||||
// Parsing yielded an empty iterator (specifically to_socket_addrs()).
|
||||
NoAddress,
|
||||
InvalidAuth,
|
||||
|
Loading…
Reference in New Issue
Block a user