1 2 3
pub const COLLECTION_NOT_FOUND: &str = "The collection is not found."; pub const COLLECTION_LIMIT: &str = "The collection limit is reached."; pub const RECORD_NOT_FOUND: &str = "The record is not found.";