Exception: ActiveFacet::Errors::ConfigurationError
- Inherits:
-
StandardError
- Object
- StandardError
- ActiveFacet::Errors::ConfigurationError
- Defined in:
- lib/active_facet/errors/configuration_error.rb
Constant Summary collapse
- RESOURCE_ERROR_MSG =
'unable to identify resource class'- STACK_ERROR_MSG =
"self referencing attribute declaration"- ALL_ATTRIBUTES_ERROR_MSG =
"publish name (:all_attributes) reserved"- ALL_FIELDS_ERROR_MSG =
"publish name (:all) reserved"- COMPILED_ERROR_MSG =
"field set configuration not compiled"- FIELD_SET_ERROR_MSG =
"invalid field set"- ACTS_AS_ERROR_MSG =
"filters can only be defined on acts_as_active_facet resources"- DUPLICATE_ACTS_AS_ERROR_MSG =
"acts_as_active_facet_options already exists"