usethiserror::Error;#[derive(Error, Debug)]/// Typed error for `collections`.
pubenumError{/// This error occurs when an identifier is not in a `CollectionWithId`.
#[error("identifier {0} not found while building relation {1}")]
IdentifierNotFound(String,String),}