MCPcopy Index your code
hub / github.com/google/adk-python / StateSchemaError

Class StateSchemaError

src/google/adk/sessions/state.py:24–25  ·  view source on GitHub ↗

Raised when a state mutation violates the declared state_schema.

Source from the content-addressed store, hash-verified

22
23
24class StateSchemaError(TypeError):
25 """Raised when a state mutation violates the declared state_schema."""
26
27
28def _validate_state_entry(

Callers 2

_validate_state_entryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected