public static class InsertValidationResponse.InsertError extends Object
| Constructor and Description |
|---|
InsertError(Object row,
SFException exception,
long rowIndex) |
| Modifier and Type | Method and Description |
|---|---|
SFException |
getException()
Get the exception
|
String |
getMessage()
Get the exception message
|
Object |
getRowContent()
Get the row content
|
long |
getRowIndex()
Get the rowIndex.
|
public InsertError(Object row, SFException exception, long rowIndex)
public Object getRowContent()
public String getMessage()
public SFException getException()
public long getRowIndex()
SnowflakeStreamingIngestChannel.insertRows(Iterable, String))Copyright © 2022. All rights reserved.