Method: Mongo::Error#write_concern_error_labels

Defined in:
lib/mongo/error.rb

#write_concern_error_labelsArray<String>

The set of error labels associated with the write concern error.

Returns:

  • The list of error labels.

Since:

  • 2.0.0



129
130
131
# File 'lib/mongo/error.rb', line 129

def write_concern_error_labels
  @write_concern_error_labels.dup
end