Enum opentok::subscriber::SubscriberError [−][src]
pub enum SubscriberError {
Internal,
SessionDisconnected,
ServerCannotFindStream,
StreamLimitExceeded,
TimedOut,
WebRtcError,
__Unknown,
}
Expand description
All possible Subscriber errors.
Variants
Internal error.
Tried to subscribe to a disconnected session.
The subscriber failed because the stream is missing. This can happen if the subscriber is created at the same time the stream is removed from the session.
The client tired to subscribe to a stream in a session that has exceeded the limit for simultaneous streams.
Timed out attempting to subscribe to a stream.
WebRTC error.
Unknown subscriber error.
Trait Implementations
Performs the conversion.