Exception: HostedSolr::API::APITokenMissingError

Inherits:
Error
  • Object
show all
Defined in:
lib/hosted_solr/api/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



7
8
9
# File 'lib/hosted_solr/api/errors.rb', line 7

def message
  'Please configure Hosted Solr API token or set HOSTED_SOLR_API_TOKEN environment variable.'
end