pub enum PrepareDelegationError {
InvalidObservatoryId(String),
DeriveSeedFailed(String),
GetOrFetchJwks(GetOrRefreshJwksError),
GetCachedJwks,
JwtFindProvider(JwtFindProviderError),
JwtVerify(JwtVerifyError),
}Variants§
InvalidObservatoryId(String)
DeriveSeedFailed(String)
GetOrFetchJwks(GetOrRefreshJwksError)
GetCachedJwks
JwtFindProvider(JwtFindProviderError)
JwtVerify(JwtVerifyError)
Trait Implementations§
Source§impl CandidType for PrepareDelegationError
impl CandidType for PrepareDelegationError
Source§impl Debug for PrepareDelegationError
impl Debug for PrepareDelegationError
Source§impl<'de> Deserialize<'de> for PrepareDelegationError
impl<'de> Deserialize<'de> for PrepareDelegationError
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
Auto Trait Implementations§
impl Freeze for PrepareDelegationError
impl RefUnwindSafe for PrepareDelegationError
impl Send for PrepareDelegationError
impl Sync for PrepareDelegationError
impl Unpin for PrepareDelegationError
impl UnsafeUnpin for PrepareDelegationError
impl UnwindSafe for PrepareDelegationError
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