@BetaApi public final class BulkWriterException extends FirestoreException
Constructor and Description |
---|
BulkWriterException(io.grpc.Status status,
String message,
DocumentReference documentReference,
com.google.cloud.firestore.BulkWriter.OperationType operationType,
int failedAttempts) |
Modifier and Type | Method and Description |
---|---|
DocumentReference |
getDocumentReference() |
int |
getFailedAttempts() |
String |
getMessage() |
com.google.cloud.firestore.BulkWriter.OperationType |
getOperationType() |
io.grpc.Status |
getStatus() |
forApiException, forApiException, forInvalidArgument, forIOException, forServerRejection, forServerRejection
equals, getCode, getDebugInfo, getLocation, getReason, hashCode, isRetryable, isRetryable, isRetryable, translate, translate
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BulkWriterException(io.grpc.Status status, String message, DocumentReference documentReference, com.google.cloud.firestore.BulkWriter.OperationType operationType, int failedAttempts)
public io.grpc.Status getStatus()
getStatus
in class FirestoreException
public String getMessage()
getMessage
in class Throwable
public DocumentReference getDocumentReference()
public com.google.cloud.firestore.BulkWriter.OperationType getOperationType()
public int getFailedAttempts()
Copyright © 2023 Google LLC. All rights reserved.