Enum opentok::publisher::PublisherError[][src]

pub enum PublisherError {
    Internal,
    SessionDisconnected,
    TimedOut,
    UnableToPublish,
    WebRtcError,
    __Unknown,
}
Expand description

This enumeration represents all the possible error types associated with a publisher.

Variants

Internal

Internal error.

SessionDisconnected

Tried to publish on a disconnected session.

TimedOut

Timed out attempting to publish.

UnableToPublish

Unable to publish.

WebRtcError

WebRTC error.

__Unknown

Unknown publisher 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.