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

0: String
1: String

SchemaClassPhantomAttribute(StringString)

Tuple Fields

0: String
1: 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

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.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

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.

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