Exception Exceptions.StorageException (3.4.0)

public static class Exceptions.StorageException extends StatusRuntimeException

Main Storage Exception. Might contain map of streams to errors for that stream.

Methods

getActualOffset()

public long getActualOffset()
Returns
TypeDescription
long

getErrors()

public ImmutableMap<String,GrpcStatusCode> getErrors()
Returns
TypeDescription
com.google.common.collect.ImmutableMap<String,GrpcStatusCode>

getExpectedOffset()

public long getExpectedOffset()
Returns
TypeDescription
long

getStreamName()

public String getStreamName()
Returns
TypeDescription
String