Class ErrorHandler.DefaultErrorHandler<ErrorT,OutputT extends POutput>

java.lang.Object
org.apache.beam.sdk.transforms.errorhandling.ErrorHandler.DefaultErrorHandler<ErrorT,OutputT>
All Implemented Interfaces:
Serializable, AutoCloseable, ErrorHandler<ErrorT,OutputT>
Enclosing interface:
ErrorHandler<ErrorT,OutputT extends POutput>

@Internal public static class ErrorHandler.DefaultErrorHandler<ErrorT,OutputT extends POutput> extends Object implements ErrorHandler<ErrorT,OutputT>
A default, placeholder error handler that exists to allow usage of .addErrorCollection() without effects. This enables more simple codepaths without checking for whether the user configured an error handler or not.
See Also: