Enum viz_core::types::WebSocketError
source · [−]pub enum WebSocketError {
MissingConnectUpgrade,
InvalidConnectUpgrade,
MissingUpgrade,
InvalidUpgrade,
MissingWebSocketVersion,
InvalidWebSocketVersion,
MissingWebSocketKey,
ConnectionNotUpgradable,
TungsteniteError(Error),
}Available on crate feature
websocket only.Expand description
Rejects with an error when WebSocket extraction fails.
Variants
MissingConnectUpgrade
Missing Connection upgrade header.
InvalidConnectUpgrade
Invalid Connection upgrade header.
MissingUpgrade
Missing Upgrade header.
InvalidUpgrade
Invalid Upgrade header.
MissingWebSocketVersion
Missing Sec-WebSocket-Version header.
InvalidWebSocketVersion
Invalid Sec-WebSocket-Version header.
MissingWebSocketKey
Missing Sec-WebSocket-Key header.
ConnectionNotUpgradable
Request upgrade required.
TungsteniteError(Error)
Transparents [tokio_tungstenite::tungstenite::Error].
Trait Implementations
sourceimpl Debug for WebSocketError
impl Debug for WebSocketError
sourceimpl Display for WebSocketError
impl Display for WebSocketError
sourceimpl Error for WebSocketError
impl Error for WebSocketError
sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
sourceimpl From<Error> for WebSocketError
impl From<Error> for WebSocketError
sourceimpl From<WebSocketError> for Error
impl From<WebSocketError> for Error
sourcefn from(e: WebSocketError) -> Self
fn from(e: WebSocketError) -> Self
Converts to this type from the input type.
sourceimpl IntoResponse for WebSocketError
impl IntoResponse for WebSocketError
sourcefn into_response(self) -> Response
fn into_response(self) -> Response
Convert self to HTTP
Response.sourcefn into_error(self) -> Error
fn into_error(self) -> Error
Convert self to the
Error.Auto Trait Implementations
impl !RefUnwindSafe for WebSocketError
impl Send for WebSocketError
impl Sync for WebSocketError
impl Unpin for WebSocketError
impl !UnwindSafe for WebSocketError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> FutureExt for T
impl<T> FutureExt for T
fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>impl<T> Future for Instrumented<T>where
T: Future, type Output = <T as Future>::Output;
fn instrument(self, span: Span) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>impl<T> Future for Instrumented<T>where
T: Future, type Output = <T as Future>::Output;
T: Future, type Output = <T as Future>::Output;
sourcefn in_current_span(self) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>impl<T> Future for Instrumented<T>where
T: Future, type Output = <T as Future>::Output;
fn in_current_span(self) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>impl<T> Future for Instrumented<T>where
T: Future, type Output = <T as Future>::Output;
T: Future, type Output = <T as Future>::Output;
impl<V, T> VZip<V> for Twhere
V: MultiLane<T>,
impl<V, T> VZip<V> for Twhere
V: MultiLane<T>,
fn vzip(self) -> V
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>ⓘNotable traits for WithDispatch<T>impl<T> Future for WithDispatch<T>where
T: Future, type Output = <T as Future>::Output;where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>ⓘNotable traits for WithDispatch<T>impl<T> Future for WithDispatch<T>where
T: Future, type Output = <T as Future>::Output;where
S: Into<Dispatch>,
T: Future, type Output = <T as Future>::Output;
sourcefn with_current_subscriber(self) -> WithDispatch<Self>ⓘNotable traits for WithDispatch<T>impl<T> Future for WithDispatch<T>where
T: Future, type Output = <T as Future>::Output;
fn with_current_subscriber(self) -> WithDispatch<Self>ⓘNotable traits for WithDispatch<T>impl<T> Future for WithDispatch<T>where
T: Future, type Output = <T as Future>::Output;
T: Future, type Output = <T as Future>::Output;