Class FirestoreV1.FailedWritesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.beam.sdk.io.gcp.firestore.FirestoreV1.FailedWritesException
- All Implemented Interfaces:
Serializable
- Enclosing class:
FirestoreV1
Exception that is thrown if one or more
Write
s is unsuccessful
with a non-retryable status code.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis list ofFirestoreV1.WriteFailure
s detailing which writes failed and for what reason.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FailedWritesException
-
-
Method Details
-
getWriteFailures
This list ofFirestoreV1.WriteFailure
s detailing which writes failed and for what reason.
-