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
in REST API, it's clearly defined what kind of possible error messages we can get, I can't find those anywhere for gRPC thought. There is only this piece about error in docs if artifact.finish_reason == generation.FILTER: for safety check.
How can I get and handle rate limit, unauthorized and other errors in gRPC?
The text was updated successfully, but these errors were encountered:
in REST API, it's clearly defined what kind of possible error messages we can get, I can't find those anywhere for gRPC thought. There is only this piece about error in docs
if artifact.finish_reason == generation.FILTER:
for safety check.How can I get and handle rate limit, unauthorized and other errors in gRPC?
The text was updated successfully, but these errors were encountered: