Uses of Class
com.google.cloud.hadoop.util.ErrorTypeExtractor.ErrorType
-
Packages that use ErrorTypeExtractor.ErrorType Package Description com.google.cloud.hadoop.util -
-
Uses of ErrorTypeExtractor.ErrorType in com.google.cloud.hadoop.util
Methods in com.google.cloud.hadoop.util that return ErrorTypeExtractor.ErrorType Modifier and Type Method Description ErrorTypeExtractor.ErrorTypeErrorTypeExtractor. getErrorType(Exception exception)ErrorTypeExtractor.ErrorTypeGrpcErrorTypeExtractor. getErrorType(Exception error)static ErrorTypeExtractor.ErrorTypeErrorTypeExtractor.ErrorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorTypeExtractor.ErrorType[]ErrorTypeExtractor.ErrorType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-