Class: Google::Cloud::Firestore::BulkCommitBatchError

Inherits:
Error
  • Object
show all
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

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 message
  super "BulkCommitBatchError : #{message}"
end