Class: Google::Cloud::Firestore::BulkWriterSchedulerError
- Inherits:
-
Error
- Object
- Error
- Google::Cloud::Firestore::BulkWriterSchedulerError
- Defined in:
- lib/google/cloud/firestore/errors.rb
Overview
Indicates that the an error was reported while scheduling BulkWriter operations.
Instance Method Summary collapse
-
#initialize(message) ⇒ BulkWriterSchedulerError
constructor
A new instance of BulkWriterSchedulerError.
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 super "BulkWriterSchedulerError : #{}" end |