MCPcopy Create free account
hub / github.com/ScrapeGraphAI/Scrapegraph-ai / InvalidStateError

Class InvalidStateError

scrapegraphai/utils/code_error_analysis.py:35–38  ·  view source on GitHub ↗

Exception raised when state dictionary is missing required keys.

Source from the content-addressed store, hash-verified

33
34
35class InvalidStateError(AnalysisError):
36 """Exception raised when state dictionary is missing required keys."""
37
38 pass
39
40
41class CodeAnalysisState(BaseModel):

Callers 4

syntax_focused_analysisFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected