use displaydoc::Display; use icu_properties::PropertiesError; use icu_provider::DataError;
/// A list of error outcomes for various operations in this module. /// /// Re-exported as [`Error`](crate::Error). #[derive(Display, Debug)] #[non_exhaustive] pubenum NormalizerError { /// Error coming from the data provider #[displaydoc("{0}")]
Data(DataError), /// The data uses a planned but unsupported feature.
FutureExtension, /// Data failed manual validation
ValidationError,
}
#[cfg(feature = "std")] impl std::error::Error for NormalizerError {}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.