T
- type of error objectpublic interface ErrorEmitter<T>
Modifier and Type | Method and Description |
---|---|
void |
emitError(InvalidEntry<T> invalidEntry)
Emit an Error object.
|
void emitError(InvalidEntry<T> invalidEntry)
ErrorTransform
is placed after this stage, it will be able to consume
the errors. Otherwise the errors are simply dropped.invalidEntry
- InvalidEntry<T>
representing the error.Copyright © 2020 Cask Data, Inc. Licensed under the Apache License, Version 2.0.