Send feedback
Exception BulkWriterException (3.15.7)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.15.7 keyboard_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
Send feedback
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 2024-10-30 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]