Enum libstrophe_sys_bindgen::xmpp_error_type_t
[−]
[src]
#[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_FORMATXMPP_SE_BAD_NS_PREFIXXMPP_SE_CONFLICTXMPP_SE_CONN_TIMEOUTXMPP_SE_HOST_GONEXMPP_SE_HOST_UNKNOWNXMPP_SE_IMPROPER_ADDRXMPP_SE_INTERNAL_SERVER_ERRORXMPP_SE_INVALID_FROMXMPP_SE_INVALID_IDXMPP_SE_INVALID_NSXMPP_SE_INVALID_XMLXMPP_SE_NOT_AUTHORIZEDXMPP_SE_POLICY_VIOLATIONXMPP_SE_REMOTE_CONN_FAILEDXMPP_SE_RESOURCE_CONSTRAINTXMPP_SE_RESTRICTED_XMLXMPP_SE_SEE_OTHER_HOSTXMPP_SE_SYSTEM_SHUTDOWNXMPP_SE_UNDEFINED_CONDITIONXMPP_SE_UNSUPPORTED_ENCODINGXMPP_SE_UNSUPPORTED_STANZA_TYPEXMPP_SE_UNSUPPORTED_VERSIONXMPP_SE_XML_NOT_WELL_FORMED
Trait Implementations
impl Debug for xmpp_error_type_t[src]
impl Copy for xmpp_error_type_t[src]
impl Clone for xmpp_error_type_t[src]
fn clone(&self) -> xmpp_error_type_t[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for xmpp_error_type_t[src]
fn eq(&self, __arg_0: &xmpp_error_type_t) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.