Enum kanidm_proto::v1::SchemaError
source · pub enum SchemaError {
NotImplemented,
NoClassFound,
InvalidClass(Vec<String>),
MissingMustAttribute(Vec<String>),
InvalidAttribute(String),
InvalidAttributeSyntax(String),
AttributeNotValidForClass(String),
SupplementsNotSatisfied(Vec<String>),
ExcludesNotSatisfied(Vec<String>),
EmptyFilter,
Corrupted,
PhantomAttribute(String),
}
Variants§
NotImplemented
NoClassFound
InvalidClass(Vec<String>)
MissingMustAttribute(Vec<String>)
InvalidAttribute(String)
InvalidAttributeSyntax(String)
AttributeNotValidForClass(String)
SupplementsNotSatisfied(Vec<String>)
ExcludesNotSatisfied(Vec<String>)
EmptyFilter
Corrupted
PhantomAttribute(String)
Trait Implementations§
source§impl Debug for SchemaError
impl Debug for SchemaError
source§impl<'de> Deserialize<'de> for SchemaError
impl<'de> Deserialize<'de> for SchemaError
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