Lines Matching refs:error
10 tokio::sync::oneshot::error::RecvError,
52 fn from(error: SessionError) -> Self { in from()
54 value: HttpFLvErrorValue::SessionError(error), in from()
60 fn from(error: FlvMuxerError) -> Self { in from()
62 value: HttpFLvErrorValue::MuxerError(error), in from()
68 fn from(error: SendError) -> Self { in from()
70 value: HttpFLvErrorValue::MpscSendError(error), in from()
76 fn from(error: Amf0WriteError) -> Self { in from()
78 value: HttpFLvErrorValue::Amf0WriteError(error), in from()
84 fn from(error: MetadataError) -> Self { in from()
86 value: HttpFLvErrorValue::MetadataError(error), in from()
92 fn from(error: ChannelError) -> Self { in from()
94 value: HttpFLvErrorValue::ChannelError(error), in from()
100 fn from(error: RecvError) -> Self { in from()
102 value: HttpFLvErrorValue::RecvError(error), in from()