Enum quic_rpc::transport::http2::ChannelConfigError
source · Expand description
Error when setting a channel configuration
Variants§
InvalidMaxFrameSize(u32)
The maximum frame size is invalid
InvalidMaxPayloadSize(usize)
The maximum payload size is invalid
Trait Implementations§
source§impl Clone for ChannelConfigError
impl Clone for ChannelConfigError
source§fn clone(&self) -> ChannelConfigError
fn clone(&self) -> ChannelConfigError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ChannelConfigError
impl Debug for ChannelConfigError
source§impl Display for ChannelConfigError
impl Display for ChannelConfigError
source§impl Error for ChannelConfigError
impl Error for ChannelConfigError
1.30.0 · source§fn 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 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()