Class: Google::Cloud::Firestore::BulkWriterSchedulerError

Inherits:
Error
  • Object
show all
Defined in:
lib/google/cloud/firestore/errors.rb

Overview

Indicates that the an error was reported while scheduling BulkWriter operations.

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ BulkWriterSchedulerError

Returns a new instance of BulkWriterSchedulerError.



25
26
27
# File 'lib/google/cloud/firestore/errors.rb', line 25

def initialize message
  super "BulkWriterSchedulerError : #{message}"
end