Package com.google.cloud.hadoop.util
Interface ErrorTypeExtractor
- All Known Implementing Classes:
GrpcErrorTypeExtractor
public interface ErrorTypeExtractor
Translates exceptions from API calls into ErrorType
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleanDetermines if the given exception indicates that bucket already exists.getErrorType(Exception exception)
-
Method Details
-
getErrorType
-
bucketAlreadyExists
Determines if the given exception indicates that bucket already exists.
-