Class Exceptions.AppendSerializationError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.grpc.StatusRuntimeException
-
- com.google.cloud.bigquery.storage.v1.Exceptions.AppendSerializtionError
-
- com.google.cloud.bigquery.storage.v1.Exceptions.AppendSerializationError
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Exceptions
public static class Exceptions.AppendSerializationError extends Exceptions.AppendSerializtionError
This exception is thrown fromSchemaAwareStreamWriter.append(Iterable)
when the client side Proto serialization 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.- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class com.google.cloud.bigquery.storage.v1.Exceptions.AppendSerializtionError
getRowIndexToErrorMessage, getStreamName
-
Methods inherited from class io.grpc.StatusRuntimeException
fillInStackTrace, getStatus, getTrailers
-
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-