Get HTTP errors on the client side? #409
Unanswered
baptisteArno
asked this question in
Help
Replies: 1 comment
-
in your API route you can check the response status and headers before instantiating |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using an API key that is linked to an account that has an exceeded OpenAI quota for example, there is this error on the server:
I'd like to give the user feedback on the client if that ever happens. Is there a way to do this?
Beta Was this translation helpful? Give feedback.
All reactions