Enum kanidm_proto::v1::ConsistencyError[][src]

pub enum ConsistencyError {
Show 16 variants Unknown, SchemaClassMissingAttribute(StringString), SchemaClassPhantomAttribute(StringString), 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(StringString)

Tuple Fields of SchemaClassMissingAttribute

0: String1: String
SchemaClassPhantomAttribute(StringString)

Tuple Fields of SchemaClassPhantomAttribute

0: String1: String
SchemaUuidNotUnique(Uuid)

Tuple Fields of SchemaUuidNotUnique

0: Uuid
QueryServerSearchFailure
EntryUuidCorrupt(u64)

Tuple Fields of EntryUuidCorrupt

0: u64
UuidIndexCorrupt(String)

Tuple Fields of UuidIndexCorrupt

0: String
UuidNotUnique(String)

Tuple Fields of UuidNotUnique

0: String
RefintNotUpheld(u64)

Tuple Fields of RefintNotUpheld

0: u64
MemberOfInvalid(u64)

Tuple Fields of MemberOfInvalid

0: u64
InvalidAttributeType(String)

Tuple Fields of InvalidAttributeType

0: String
DuplicateUniqueAttribute(String)

Tuple Fields of DuplicateUniqueAttribute

0: String
InvalidSpn(u64)

Tuple Fields of InvalidSpn

0: u64
SqliteIntegrityFailure
BackendAllIdsSync
BackendIndexSync

Trait Implementations

Formats the value using the given formatter. Read more

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 !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.