We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d657b9 commit 70ebe42Copy full SHA for 70ebe42
google/api_core/exceptions.py
@@ -31,7 +31,7 @@
31
grpc = None
32
33
# Lookup tables for mapping exceptions from HTTP and gRPC transports.
34
-# Populated by _APICallErrorMeta
+# Populated by _GoogleAPICallErrorMeta
35
_HTTP_CODE_TO_EXCEPTION = {}
36
_GRPC_CODE_TO_EXCEPTION = {}
37
0 commit comments