Enum opentok::subscriber::SubscriberError [−][src]
pub enum SubscriberError {
Internal,
SessionDisconnected,
ServerCannotFindStream,
StreamLimitExceeded,
TimedOut,
WebRtcError,
__Unknown,
}
Expand description
All possible Subscriber errors.
Variants
Internal
Internal error.
SessionDisconnected
Tried to subscribe to a disconnected session.
ServerCannotFindStream
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.
StreamLimitExceeded
The client tired to subscribe to a stream in a session that has exceeded the limit for simultaneous streams.
TimedOut
Timed out attempting to subscribe to a stream.
WebRtcError
WebRTC error.
__Unknown
Unknown subscriber error.
Trait Implementations
Performs the conversion.