Exception Exceptions.StorageException (3.5.1)

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
Type Description
long

getErrors()

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

getExpectedOffset()

public long getExpectedOffset()
Returns
Type Description
long

getStreamName()

public String getStreamName()
Returns
Type Description
String