Reference documentation and code samples for the Cloud Firestore API class Google::Cloud::Firestore::BulkWriterException.
BulkWriterException
A BulkWriterException object refers to the error that will be thrown in case a BulkWriterOperation fails in all the attempts.
Inherits
- StandardError
Methods
#details
def details()
Returns the value of attribute details.
#initialize
def initialize(status) -> BulkWriterException
Returns
- (BulkWriterException) — a new instance of BulkWriterException
#message
def message()
Returns the value of attribute message.
#status
def status()
Returns the value of attribute status.