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.