Enum netcode::UpdateError [] [src]

pub enum UpdateError {
    PacketBufferTooSmall,
    SocketError(Error),
}

Errors from updating server.

Variants

Packet buffer was too small to recieve the largest packet(NETCODE_MAX_PACKET_SIZE = 1200)

Generic io error.

Trait Implementations

impl Debug for UpdateError
[src]

Formats the value using the given formatter.