Class: Google::Cloud::Firestore::BulkCommitBatchError
- Inherits:
-
Error
- Object
- Error
- Google::Cloud::Firestore::BulkCommitBatchError
- Defined in:
- lib/google/cloud/firestore/errors.rb
Overview
Indicates that the an error was reported while committing a batch of operations.
Instance Method Summary collapse
-
#initialize(message) ⇒ BulkCommitBatchError
constructor
A new instance of BulkCommitBatchError.
Constructor Details
#initialize(message) ⇒ BulkCommitBatchError
Returns a new instance of BulkCommitBatchError.
35 36 37 |
# File 'lib/google/cloud/firestore/errors.rb', line 35 def initialize super "BulkCommitBatchError : #{}" end |