Method: Mongo::Error#write_concern_error_labels
- Defined in:
- lib/mongo/error.rb
#write_concern_error_labels ⇒ Array<String>
The set of error labels associated with the write concern error.
129 130 131 |
# File 'lib/mongo/error.rb', line 129 def write_concern_error_labels @write_concern_error_labels.dup end |