public static class Exceptions.StorageException extends RuntimeException
Main Storage Exception. Might contain map of streams to errors for that stream.
Inheritance
java.lang.Object > Throwable > java.lang.Exception > RuntimeException > Exceptions.StorageExceptionMethods
getErrors()
public ImmutableMap<String,GrpcStatusCode> getErrors()
Type | Description |
com.google.common.collect.ImmutableMap<String,GrpcStatusCode> |
getStreamName()
public String getStreamName()
Type | Description |
String |