Method: Mongo::Error::InvalidReplacementDocument.message
- Defined in:
- lib/mongo/error/invalid_replacement_document.rb
.message(key) ⇒ String
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Construct the error message.
36 37 38 39 40 |
# File 'lib/mongo/error/invalid_replacement_document.rb', line 36 def self.(key) = "Invalid replacement document provided. Replacement documents " += "must not contain atomic modifiers. The \"#{key}\" key is invalid." end |