We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe5ee04 commit fc1ebb2Copy full SHA for fc1ebb2
sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/tracing/ErrorTypeUtil.java
@@ -111,8 +111,8 @@ public enum ErrorType {
111
* </ol>
112
*
113
* @param error the Throwable from which to extract the error type string.
114
- * @return a low-cardinality string representing the specific error type, or {@code ErrorType.INTERNAL.toString()} if the
115
- * provided error is {@code null}.
+ * @return a low-cardinality string representing the specific error type, or {@code
+ * ErrorType.INTERNAL.toString()} if the provided error is {@code null}.
116
*/
117
public static String extractErrorType(@Nullable Throwable error) {
118
if (error == null) {
0 commit comments