[][src]Enum libstrophe_sys_bindgen::xmpp_error_type_t

#[repr(u32)]pub enum xmpp_error_type_t {
    XMPP_SE_BAD_FORMAT,
    XMPP_SE_BAD_NS_PREFIX,
    XMPP_SE_CONFLICT,
    XMPP_SE_CONN_TIMEOUT,
    XMPP_SE_HOST_GONE,
    XMPP_SE_HOST_UNKNOWN,
    XMPP_SE_IMPROPER_ADDR,
    XMPP_SE_INTERNAL_SERVER_ERROR,
    XMPP_SE_INVALID_FROM,
    XMPP_SE_INVALID_ID,
    XMPP_SE_INVALID_NS,
    XMPP_SE_INVALID_XML,
    XMPP_SE_NOT_AUTHORIZED,
    XMPP_SE_POLICY_VIOLATION,
    XMPP_SE_REMOTE_CONN_FAILED,
    XMPP_SE_RESOURCE_CONSTRAINT,
    XMPP_SE_RESTRICTED_XML,
    XMPP_SE_SEE_OTHER_HOST,
    XMPP_SE_SYSTEM_SHUTDOWN,
    XMPP_SE_UNDEFINED_CONDITION,
    XMPP_SE_UNSUPPORTED_ENCODING,
    XMPP_SE_UNSUPPORTED_STANZA_TYPE,
    XMPP_SE_UNSUPPORTED_VERSION,
    XMPP_SE_XML_NOT_WELL_FORMED,
}

Variants

XMPP_SE_BAD_FORMAT
XMPP_SE_BAD_NS_PREFIX
XMPP_SE_CONFLICT
XMPP_SE_CONN_TIMEOUT
XMPP_SE_HOST_GONE
XMPP_SE_HOST_UNKNOWN
XMPP_SE_IMPROPER_ADDR
XMPP_SE_INTERNAL_SERVER_ERROR
XMPP_SE_INVALID_FROM
XMPP_SE_INVALID_ID
XMPP_SE_INVALID_NS
XMPP_SE_INVALID_XML
XMPP_SE_NOT_AUTHORIZED
XMPP_SE_POLICY_VIOLATION
XMPP_SE_REMOTE_CONN_FAILED
XMPP_SE_RESOURCE_CONSTRAINT
XMPP_SE_RESTRICTED_XML
XMPP_SE_SEE_OTHER_HOST
XMPP_SE_SYSTEM_SHUTDOWN
XMPP_SE_UNDEFINED_CONDITION
XMPP_SE_UNSUPPORTED_ENCODING
XMPP_SE_UNSUPPORTED_STANZA_TYPE
XMPP_SE_UNSUPPORTED_VERSION
XMPP_SE_XML_NOT_WELL_FORMED

Trait Implementations

impl Clone for xmpp_error_type_t[src]

impl Copy for xmpp_error_type_t[src]

impl Debug for xmpp_error_type_t[src]

impl Eq for xmpp_error_type_t[src]

impl Hash for xmpp_error_type_t[src]

impl PartialEq<xmpp_error_type_t> for xmpp_error_type_t[src]

impl StructuralEq for xmpp_error_type_t[src]

impl StructuralPartialEq for xmpp_error_type_t[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.