Exception Exceptions.AppendSerializtionError (3.4.0)

public static class Exceptions.AppendSerializtionError extends StatusRuntimeException

This class has a typo in the name. It will be removed soon. Please use AppendSerializationError

Constructors

AppendSerializtionError(int codeValue, String description, String streamName, Map<Integer,String> rowIndexToErrorMessage)

public AppendSerializtionError(int codeValue, String description, String streamName, Map<Integer,String> rowIndexToErrorMessage)
Parameters
NameDescription
codeValueint
descriptionString
streamNameString
rowIndexToErrorMessageMap<java.lang.Integer,String>

Methods

getRowIndexToErrorMessage()

public Map<Integer,String> getRowIndexToErrorMessage()
Returns
TypeDescription
Map<java.lang.Integer,String>

getStreamName()

public String getStreamName()
Returns
TypeDescription
String