public static class Exceptions.AppendSerializtionError
extends io.grpc.StatusRuntimeException
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.| Constructor and Description |
|---|
AppendSerializtionError(int codeValue,
String description,
String streamName,
Map<Integer,String> rowIndexToErrorMessage) |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,String> |
getRowIndexToErrorMessage() |
String |
getStreamName() |
fillInStackTrace, getStatus, getTrailersaddSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2023 Google LLC. All rights reserved.