pub const JUNO_COLLECTIONS_ERROR_MODIFY_RESERVED_COLLECTION: &str =
"juno.collections.error.modify_reserved_collection";
pub const JUNO_COLLECTIONS_ERROR_RESERVED_NAME: &str = "juno.collections.error.reserved_name";
pub const JUNO_COLLECTIONS_ERROR_RESERVED_COLLECTION: &str =
"juno.collections.error.reserved_collection";
pub const JUNO_COLLECTIONS_ERROR_RATE_CONFIG_ENABLED: &str =
"juno.collections.error.rate_config_enabled";
pub const JUNO_COLLECTIONS_ERROR_DELETE_PREFIX_RESERVED: &str =
"juno.collections.error.prefix_deletion";
pub const JUNO_COLLECTIONS_ERROR_COLLECTION_NOT_EMPTY: &str = "juno.collections.error.not_empty";
pub const JUNO_COLLECTIONS_ERROR_COLLECTION_NOT_FOUND: &str = "juno.collections.error.not_found";
pub const JUNO_COLLECTIONS_ERROR_PREFIX_RESERVED: &str = "juno.collections.error.prefix_reserved";