Class: Google::Cloud::Firestore::BulkWriterError
- Inherits:
-
Error
- Object
- Error
- Google::Cloud::Firestore::BulkWriterError
- Defined in:
- lib/google/cloud/firestore/errors.rb
Overview
Indicates that the an error was reported in BulkWriter.
Instance Method Summary collapse
-
#initialize(message) ⇒ BulkWriterError
constructor
A new instance of BulkWriterError.
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 super "BulkWriterError : #{}" end |