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: String
MissingTranslations(Language)
Tuple Fields of MissingTranslations
0: Language
UnexpectedTranslations(Language)
Tuple Fields of UnexpectedTranslations
0: Language