Exception: ActiveFacets::Errors::ConfigurationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/active_facets/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"