Exception Exceptions.AppendSerializationError (2.34.2)

public static class Exceptions.AppendSerializationError extends Exceptions.AppendSerializtionError

This exception is thrown from JsonStreamWriter#append() when the client side Json to Proto serializtion fails. It can also be thrown by the server in case rows contains invalid data. The exception contains a Map of indexes of faulty rows and the corresponding error message.

Constructors

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

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