Exception Exceptions.StorageException (2.8.2)

public static class Exceptions.StorageException extends RuntimeException

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

Methods

getErrors()

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

getStreamName()

public String getStreamName()
Returns
TypeDescription
String