Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0010aor/FlashNotes
/ AIGenerationError
Class
AIGenerationError
backend/src/ai_models/gemini/exceptions.py:1–4 ·
view source on GitHub ↗
Exception raised when AI generation fails.
Source
from the content-addressed store, hash-verified
1
class
AIGenerationError(Exception):
2
""
"Exception raised when AI generation fails."
""
3
4
pass
Callers
4
generate_ai_collection
Function · 0.90
generate_ai_flashcard
Function · 0.90
test_create_collection_with_ai_generation_error
Function · 0.90
run_model
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_create_collection_with_ai_generation_error
Function · 0.72