Enum kanidm_proto::v1::ConsistencyError [−][src]
pub enum ConsistencyError {
Show 16 variants
Unknown,
SchemaClassMissingAttribute(String, String),
SchemaClassPhantomAttribute(String, String),
SchemaUuidNotUnique(Uuid),
QueryServerSearchFailure,
EntryUuidCorrupt(u64),
UuidIndexCorrupt(String),
UuidNotUnique(String),
RefintNotUpheld(u64),
MemberOfInvalid(u64),
InvalidAttributeType(String),
DuplicateUniqueAttribute(String),
InvalidSpn(u64),
SqliteIntegrityFailure,
BackendAllIdsSync,
BackendIndexSync,
}
Variants
Unknown
SchemaClassMissingAttribute(String, String)
SchemaClassPhantomAttribute(String, String)
SchemaUuidNotUnique(Uuid)
Tuple Fields
0: Uuid
QueryServerSearchFailure
EntryUuidCorrupt(u64)
Tuple Fields
0: u64
UuidIndexCorrupt(String)
Tuple Fields
0: String
UuidNotUnique(String)
Tuple Fields
0: String
RefintNotUpheld(u64)
Tuple Fields
0: u64
MemberOfInvalid(u64)
Tuple Fields
0: u64
InvalidAttributeType(String)
Tuple Fields
0: String
DuplicateUniqueAttribute(String)
Tuple Fields
0: String
InvalidSpn(u64)
Tuple Fields
0: u64
SqliteIntegrityFailure
BackendAllIdsSync
BackendIndexSync
Trait Implementations
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ConsistencyError
impl Send for ConsistencyError
impl Sync for ConsistencyError
impl Unpin for ConsistencyError
impl UnwindSafe for ConsistencyError
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more