@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, forServerRejectionequals, getCode, getDebugInfo, getLocation, getReason, hashCode, isRetryable, isRetryable, isRetryable, translate, translateaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 FirestoreExceptionpublic String getMessage()
getMessage in class Throwablepublic DocumentReference getDocumentReference()
public com.google.cloud.firestore.BulkWriter.OperationType getOperationType()
public int getFailedAttempts()
Copyright © 2023 Google LLC. All rights reserved.