pub enum IdentityError {
NotFound(String),
AlreadyExists(String),
CertificateExpired(String),
InvalidSpiffeUri(String),
CaError(String),
}Expand description
Identity provider error.
Variants§
NotFound(String)
Identity not found.
AlreadyExists(String)
Identity already exists.
CertificateExpired(String)
Certificate expired.
InvalidSpiffeUri(String)
Invalid SPIFFE URI.
CaError(String)
CA error.
Trait Implementations§
Source§impl Clone for IdentityError
impl Clone for IdentityError
Source§fn clone(&self) -> IdentityError
fn clone(&self) -> IdentityError
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IdentityError
impl Debug for IdentityError
Source§impl PartialEq for IdentityError
impl PartialEq for IdentityError
impl Eq for IdentityError
impl StructuralPartialEq for IdentityError
Auto Trait Implementations§
impl Freeze for IdentityError
impl RefUnwindSafe for IdentityError
impl Send for IdentityError
impl Sync for IdentityError
impl Unpin for IdentityError
impl UnwindSafe for IdentityError
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)