Enum oca_rust::state::validator::Error [−][src]
pub enum Error {
Custom(String),
MissingTranslations(Language),
MissingMetaTranslation(Language, String),
UnexpectedTranslations(Language),
MissingAttributeTranslation(Language, String),
}Variants
Custom(String)Tuple Fields of Custom
0: StringMissingTranslations(Language)Tuple Fields of MissingTranslations
0: LanguageUnexpectedTranslations(Language)Tuple Fields of UnexpectedTranslations
0: Language