Class: Google::Cloud::Firestore::BulkWriterOperationError
- Inherits:
-
Error
- Object
- Error
- Google::Cloud::Firestore::BulkWriterOperationError
- Defined in:
- lib/google/cloud/firestore/errors.rb
Overview
Indicates that the an error was reported while parsing response for BulkWriterOperation.
Instance Method Summary collapse
-
#initialize(message) ⇒ BulkWriterOperationError
constructor
A new instance of BulkWriterOperationError.
Constructor Details
#initialize(message) ⇒ BulkWriterOperationError
Returns a new instance of BulkWriterOperationError.
45 46 47 |
# File 'lib/google/cloud/firestore/errors.rb', line 45 def initialize super "BulkWriterOperationError : #{}" end |