Class Exceptions.StorageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.grpc.StatusRuntimeException
com.google.cloud.bigquery.storage.v1.Exceptions.StorageException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Exceptions.OffsetAlreadyExists,Exceptions.OffsetOutOfRange,Exceptions.SchemaMismatchedException,Exceptions.StreamFinalizedException,Exceptions.StreamNotFound
- Enclosing class:
- Exceptions
public static class Exceptions.StorageException
extends io.grpc.StatusRuntimeException
Main Storage Exception. Might contain map of streams to errors for that stream.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionlongcom.google.common.collect.ImmutableMap<String,com.google.api.gax.grpc.GrpcStatusCode> longMethods inherited from class io.grpc.StatusRuntimeException
fillInStackTrace, getStatus, getTrailersMethods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getErrors
public com.google.common.collect.ImmutableMap<String,com.google.api.gax.grpc.GrpcStatusCode> getErrors() -
getStreamName
-
getExpectedOffset
public long getExpectedOffset() -
getActualOffset
public long getActualOffset()
-