MCPcopy Create free account
hub / github.com/google/adk-python / error

Method error

src/google/adk/agents/context.py:322–324  ·  view source on GitHub ↗

The exception raised by the node, if any.

(self)

Source from the content-addressed store, hash-verified

320
321 @property
322 def error(self) -> Exception | None:
323 """The exception raised by the node, if any."""
324 return self._error
325
326 @property
327 def error_node_path(self) -> str:

Callers 15

get_requestFunction · 0.45
post_requestFunction · 0.45
patch_requestFunction · 0.45
delete_requestFunction · 0.45
_get_cached_maintainersFunction · 0.45
get_issue_stateFunction · 0.45
process_single_issueFunction · 0.45
get_target_issuesFunction · 0.45
process_single_issueFunction · 0.45
agent.pyFile · 0.45
init_pyaudio_playbackFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected