Exception: Parse::MongoDB::MutationsDisabled

Inherits:
StandardError
  • Object
show all
Defined in:
lib/parse/mongodb.rb

Overview

Error raised when an index mutation primitive is invoked but one of the triple-gate conditions is not satisfied (writer URI configured AND Parse::MongoDB.index_mutations_enabled = true AND ENV["PARSE_MONGO_INDEX_MUTATIONS"] == "1"). The message names the missing gate so operators get an actionable error.