public interface ErrorRecord extends Record
Record that could not be properly processed.
It can be emitted in various situations, in particular:
Connector fails to create a record from data read from its external
datasource (but subsequent reads are likely to succeed);
Connector fails to write a record to its external datasource (but subsequent
writes are likely to succeed);
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getError()
Returns the error that prevented this record from being processed.
|
clear, fields, getFieldValue, getPosition, getResource, getSource, values@NonNull Throwable getError()
Copyright © 2017–2021 DataStax. All rights reserved.