We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c16df5 commit b149819Copy full SHA for b149819
1 file changed
sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/tracing/ErrorTypeUtil.java
@@ -112,7 +112,7 @@ public enum ErrorType {
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
115
- * ErrorType.INTERNAL.toString()} if the provided error is {@code null}.
+ * ErrorType.INTERNAL.toString()} if the provided error is {@code null} or non-determined.
116
*/
117
public static String extractErrorType(@Nullable Throwable error) {
118
if (error == null) {
0 commit comments