Enum embedded_websocket::Error [−][src]
pub enum Error {}Show variants
InvalidOpCode, InvalidFrameLength, InvalidCloseStatusCode, WebSocketNotOpen, WebsocketAlreadyOpen, Utf8Error, Unknown, HttpHeader(Error), HttpHeaderNoPath, HttpHeaderIncomplete, WriteToBufferTooSmall, ReadFrameIncomplete, HttpResponseCodeInvalid(Option<u16>), AcceptStringInvalid, ConvertInfallible, RandCore, UnexpectedContinuationFrame,
Websocket specific errors
Variants
Websocket frame has an invalid opcode
HttpHeader(Error)
Trait Implementations
impl From<Infallible> for Error
[src]
impl From<Infallible> for Error
[src]fn from(_: Infallible) -> Error
[src]
impl StructuralPartialEq for Error
[src]
impl StructuralPartialEq for Error
[src]Auto Trait Implementations
impl RefUnwindSafe for Error
impl RefUnwindSafe for Error
impl UnwindSafe for Error
impl UnwindSafe for Error