Class: Google::Cloud::Firestore::BulkWriterError

Inherits:
Error
  • Object
show all
Defined in:
lib/google/cloud/firestore/errors.rb

Overview

Indicates that the an error was reported in BulkWriter.

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ BulkWriterError

Returns a new instance of BulkWriterError.



54
55
56
# File 'lib/google/cloud/firestore/errors.rb', line 54

def initialize message
  super "BulkWriterError : #{message}"
end