This website requires JavaScript.
Explore
Help
Register
Sign in
apunkt
/
trustgraph
Watch
1
Star
0
Fork
You've already forked trustgraph
0
mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced
2026-06-11 07:45:13 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
cea8562ecf
trustgraph
/
trustgraph
/
exceptions.py
15 lines
125 B
Python
Raw
Normal View
History
Unescape
Escape
Rate limit handling (#11) * Added a rate limit exception * Reduce request/response timeouts because looks like there are major issues * Add rate limit exception catch to all consumers * Version to 0.6.3
2024-08-19 22:15:32 +01:00
class
TooManyRequests
(
Exception
)
:
pass
Improve request/response handling (#18) * Request/response error handling with common client * Fixup error handling change
2024-08-22 17:02:18 +01:00
class
LlmError
(
Exception
)
:
pass
class
ParseError
(
Exception
)
:
pass
Reference in a new issue
Copy permalink