pub enum LoginFailureReason {
AuthorizationExpired,
DeviceAlreadyExists,
DeviceNotFound,
UnexpectedMessageReceived,
UnsupportedProtocol,
UserCancelled,
// some variants omitted
}
Available on crate feature
experimental-oidc
and crate feature e2e-encryption
and non-WebAssembly only.Expand description
Reasons why the login might have failed.
Variants§
AuthorizationExpired
The Device Authorization Grant expired.
DeviceAlreadyExists
The device ID specified by the new device already exists in the homeserver provided device list.
DeviceNotFound
The new device is not present in the device list as returned by the homeserver.
UnexpectedMessageReceived
Sent by either device to indicate that they received a message of a type that they weren’t expecting.
UnsupportedProtocol
Sent by a device where no suitable protocol is available or the requested protocol requested is not supported.
UserCancelled
Sent by either new or existing device to indicate that the user has cancelled the login.
Implementations§
Trait Implementations§
source§impl AsRef<str> for LoginFailureReason
impl AsRef<str> for LoginFailureReason
source§impl Clone for LoginFailureReason
impl Clone for LoginFailureReason
source§fn clone(&self) -> LoginFailureReason
fn clone(&self) -> LoginFailureReason
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for LoginFailureReason
impl Debug for LoginFailureReason
source§impl<'de> Deserialize<'de> for LoginFailureReason
impl<'de> Deserialize<'de> for LoginFailureReason
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for LoginFailureReason
impl Display for LoginFailureReason
source§impl<T> From<T> for LoginFailureReason
impl<T> From<T> for LoginFailureReason
source§impl Ord for LoginFailureReason
impl Ord for LoginFailureReason
source§fn cmp(&self, other: &LoginFailureReason) -> Ordering
fn cmp(&self, other: &LoginFailureReason) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for LoginFailureReason
impl PartialEq for LoginFailureReason
source§fn eq(&self, other: &LoginFailureReason) -> bool
fn eq(&self, other: &LoginFailureReason) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for LoginFailureReason
impl PartialOrd for LoginFailureReason
source§fn partial_cmp(&self, other: &LoginFailureReason) -> Option<Ordering>
fn partial_cmp(&self, other: &LoginFailureReason) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Serialize for LoginFailureReason
impl Serialize for LoginFailureReason
impl Eq for LoginFailureReason
impl StructuralPartialEq for LoginFailureReason
Auto Trait Implementations§
impl Freeze for LoginFailureReason
impl RefUnwindSafe for LoginFailureReason
impl Send for LoginFailureReason
impl Sync for LoginFailureReason
impl Unpin for LoginFailureReason
impl UnwindSafe for LoginFailureReason
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<T> CompatExt for T
impl<T> CompatExt for T
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<T> FutureExt for T
impl<T> FutureExt for T
source§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
source§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
source§impl<T, UT> HandleAlloc<UT> for T
impl<T, UT> HandleAlloc<UT> for T
source§fn consume_handle(handle: Handle) -> Arc<T>
fn consume_handle(handle: Handle) -> Arc<T>
Consume a handle, getting back the initial
Arc<>
source§impl<T, W> HasTypeWitness<W> for Twhere
W: MakeTypeWitness<Arg = T>,
T: ?Sized,
impl<T, W> HasTypeWitness<W> for Twhere
W: MakeTypeWitness<Arg = T>,
T: ?Sized,
source§impl<T> Identity for Twhere
T: ?Sized,
impl<T> Identity for Twhere
T: ?Sized,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more