Enum jsonrpsee_core::error::GenericTransportError [−][src]
Expand description
Generic transport error.
Variants
TooLarge
Request was too large.
Malformed
Malformed request
Inner(T)
Concrete transport error.
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for GenericTransportError<T> where
T: RefUnwindSafe,
impl<T> Send for GenericTransportError<T>
impl<T> Sync for GenericTransportError<T>
impl<T> Unpin for GenericTransportError<T> where
T: Unpin,
impl<T> UnwindSafe for GenericTransportError<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more