Package org.apache.beam.sdk.io.csv
Class CsvIOParseError
java.lang.Object
org.apache.beam.sdk.io.csv.CsvIOParseError
CsvIOParseError is a data class to store errors from CSV record processing. It is Schema mapped for compatibility with writing to Beam Schema-aware
 I/O connectors.- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionThe CSV record associated with the caughtException.The filename associated with the caughtException.abstract StringThe caughtThrowable.getMessage().abstract InstantThe date and time when theExceptionoccurred.abstract StringThe caughtThrowable.getStackTrace(). 
- 
Constructor Details
- 
CsvIOParseError
public CsvIOParseError() 
 - 
 - 
Method Details
- 
getMessage
The caughtThrowable.getMessage(). - 
getCsvRecord
 - 
getFilename
 - 
getObservedTimestamp
The date and time when theExceptionoccurred. - 
getStackTrace
The caughtThrowable.getStackTrace(). 
 -