Exception BulkWriterException (3.31.9)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 3.31.9keyboard_arrow_down
public final class BulkWriterException extends FirestoreException
The error thrown when a BulkWriter operation fails.
Inherited Members
com.google.cloud.BaseServiceException.equals(java.lang.Object)
com.google.cloud.BaseServiceException.getCode()
com.google.cloud.BaseServiceException.getDebugInfo()
com.google.cloud.BaseServiceException.getLocation()
com.google.cloud.BaseServiceException.getReason()
com.google.cloud.BaseServiceException.hashCode()
com.google.cloud.BaseServiceException.isRetryable()
com.google.cloud.BaseServiceException.isRetryable(boolean,java.io.IOException)
com.google.cloud.BaseServiceException.isRetryable(java.lang.Integer,java.lang.String,boolean,java.util.Set<com.google.cloud.BaseServiceException.Error>)
com.google.cloud.BaseServiceException.translate(com.google.cloud.RetryHelper.RetryHelperException)
com.google.cloud.BaseServiceException.translate(java.util.concurrent.ExecutionException)
Constructors
BulkWriterException(Status status, String message, DocumentReference documentReference, BulkWriter.OperationType operationType, int failedAttempts)
public BulkWriterException ( Status status , String message , DocumentReference documentReference , BulkWriter . OperationType operationType , int failedAttempts )
Parameters
Name
Description
status
io.grpc.Status
message
String
documentReference
DocumentReference
operationType
com.google.cloud.firestore.BulkWriter.OperationType
failedAttempts
int
Methods
getDocumentReference()
public DocumentReference getDocumentReference ()
Returns
Type
Description
DocumentReference
The DocumentReference the operation was performed on.
getFailedAttempts()
public int getFailedAttempts ()
Returns
Type
Description
int
How many times this operation has been attempted unsuccessfully.
getMessage()
public String getMessage ()
Returns
Type
Description
String
The error message of the error.
Overrides
getOperationType()
public BulkWriter . OperationType getOperationType ()
Returns
Type
Description
com.google.cloud.firestore.BulkWriter.OperationType
The type of operation performed.
getStatus()
public Status getStatus ()
Returns
Type
Description
io.grpc.Status
The status code of the error.
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-07 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[]]