(docs) exception mapping

This commit is contained in:
ishaan-jaff 2023-12-19 19:29:05 +05:30
parent 8b0fa2322c
commit 9eb487efb3

View file

@ -11,6 +11,7 @@ LiteLLM maps exceptions across all providers to their OpenAI counterparts.
| 422 | UnprocessableEntityError |
| 429 | RateLimitError |
| >=500 | InternalServerError |
| N/A | ContextWindowExceededError|
| N/A | APIConnectionError |