Class: Google::Cloud::Firestore::BulkWriterOperationError

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

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