public static class Exceptions.AppendSerializtionError extends StatusRuntimeException
This class has a typo in the name. It will be removed soon. Please use AppendSerializationError
Inherited Members
io.grpc.StatusRuntimeException.fillInStackTrace()
io.grpc.StatusRuntimeException.getStatus()
io.grpc.StatusRuntimeException.getTrailers()
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 | |
---|---|
Name | Description |
codeValue | int |
description | String |
streamName | String |
rowIndexToErrorMessage | Map<java.lang.Integer,String> |
Methods
getRowIndexToErrorMessage()
public Map<Integer,String> getRowIndexToErrorMessage()
getStreamName()
public String getStreamName()
Returns | |
---|---|
Type | Description |
String |