Enum websocket::result::WSUrlErrorKind [] [src]

pub enum WSUrlErrorKind {
    CannotSetFragment,
    InvalidScheme,
}

Represents a WebSocket URL error

Variants

Fragments are not valid in a WebSocket URL

The scheme provided is invalid for a WebSocket

Trait Implementations

impl Debug for WSUrlErrorKind
[src]

Formats the value using the given formatter.

impl Display for WSUrlErrorKind
[src]

Formats the value using the given formatter. Read more

impl Error for WSUrlErrorKind
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more