Struct airmash_protocol::server::Error [] [src]

pub struct Error {
    pub error: u8,
}

The client has done an invalid operation or has been ratelimited or banned.

Fields

Error code indicating which error it is.

Trait Implementations

impl Clone for Error
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Error
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for Error
[src]

Auto Trait Implementations

impl Send for Error

impl Sync for Error