Enum opentok::session::SessionError [−][src]
#[repr(u32)]
pub enum SessionError {
Show 22 variants
AuthorizationFailure,
BlockedCountry,
ConnectionDropped,
ConnectionFailed,
ConnectionLimitExceeded,
ConnectionRefused,
ConnectionTimedOut,
ForceUnpublishOrInvalidStream,
IllegalState,
InternalError,
InvalidSession,
InvalidSignalType,
NotConnected,
NoMessagingServer,
NullOrInvalidParameter,
PublisherNotFound,
SignalDataTooLong,
SignalTypeTooLong,
StateFailed,
SubscriberNotFound,
UnexpectedGetSessionInfoResponse,
__Unknown,
}
Expand description
Errors associated with an OpenTok session.
Variants
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SessionError
impl Send for SessionError
impl Sync for SessionError
impl Unpin for SessionError
impl UnwindSafe for SessionError
Blanket Implementations
Mutably borrows from an owned value. Read more