mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Removed error which is now handled by the ServerTimeout case
This commit is contained in:
parent
15c725bfde
commit
fb3350c605
@ -14,8 +14,6 @@ pub enum Error {
|
||||
BadAddress(std::io::Error),
|
||||
// Parsing yielded an empty iterator (specifically to_socket_addrs()).
|
||||
NoAddress,
|
||||
// Parsing/host name resolution successful but could not connect.
|
||||
ConnectionFailed(ClientError),
|
||||
InvalidAuth,
|
||||
ClientCrashed,
|
||||
ServerIsFull,
|
||||
|
Loading…
Reference in New Issue
Block a user