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.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.