Class BadRecord.Failure
java.lang.Object
org.apache.beam.sdk.transforms.errorhandling.BadRecord.Failure
- All Implemented Interfaces:
Serializable
- Enclosing class:
BadRecord
@DefaultSchema(AutoValueSchema.class)
public abstract static class BadRecord.Failure
extends Object
implements Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BadRecord.Failure.Builderbuilder()abstract StringThe description of what was being attempted when the failure occurred.The exception itself, e.g.The full stacktrace.
-
Constructor Details
-
Failure
public Failure()
-
-
Method Details
-
getException
The exception itself, e.g. IOException. Null if there is a failure without an exception. -
getExceptionStacktrace
The full stacktrace. Null if there is a failure without an exception. -
getDescription
The description of what was being attempted when the failure occurred. -
builder
-