Enum kanidm_client::ClientError [−][src]
pub enum ClientError { Unauthorized, Http(StatusCode, Option<OperationError>, String), Transport(Error), AuthenticationFailed, EmptyResponse, TotpVerifyFailed(Uuid, TotpSecret), TotpInvalidSha1(Uuid), JsonDecode(Error, String), JsonEncode(SerdeJsonError), SystemError, }
Variants
Http(StatusCode, Option<OperationError>, String)
Transport(Error)
TotpVerifyFailed(Uuid, TotpSecret)
TotpInvalidSha1(Uuid)
JsonEncode(SerdeJsonError)
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ClientError
impl Send for ClientError
impl Sync for ClientError
impl Unpin for ClientError
impl !UnwindSafe for ClientError
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,