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 Details

    • getErrors

      public com.google.common.collect.ImmutableMap<String,com.google.api.gax.grpc.GrpcStatusCode> getErrors()
    • getStreamName

      public String getStreamName()
    • getExpectedOffset

      public long getExpectedOffset()
    • getActualOffset

      public long getActualOffset()