Module: Mongo::Operation::Result::UseLegacyErrorParser Private
Do not use. This module is for internal use only.
Relationships & Source Files | |
Defined in: | lib/mongo/operation/shared/result/use_legacy_error_parser.rb |
Overview
This module creates the Parser instance in legacy mode.
Instance Method Summary
- #parser Internal use only
Instance Method Details
#parser
# File 'lib/mongo/operation/shared/result/use_legacy_error_parser.rb', line 26
def parser @parser ||= Error::Parser.new(first_document, replies, legacy: true) end