You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many (all, maybe) of the custom exception types in gcloud.streaming.exceptions are providing no value, and could be replaced with either standard exceptions (ValueError, TypeError, etc.), or one of our existing types mapping particular HTTP response codes.
Strip out as many of the custom types as seems feasible, and move the remainder to gcloud.exceptions.
The text was updated successfully, but these errors were encountered:
Many (all, maybe) of the custom exception types in
gcloud.streaming.exceptions
are providing no value, and could be replaced with either standard exceptions (ValueError
,TypeError
, etc.), or one of our existing types mapping particular HTTP response codes.Strip out as many of the custom types as seems feasible, and move the remainder to
gcloud.exceptions
.The text was updated successfully, but these errors were encountered: