MCPcopy Create free account
hub / github.com/cocoindex-io/cocoindex-code / ErrorResponse

Class ErrorResponse

src/cocoindex_code/protocol.py:179–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177
178
179class ErrorResponse(_msgspec.Struct, tag="error"):
180 message: str
181 # Full formatted traceback from the daemon, when the error originates from an
182 # unhandled exception. Surfaced by the CLI so daemon-side failures are debuggable.
183 traceback: str | None = None
184
185
186Response = (

Callers 5

handle_connectionFunction · 0.85
_search_with_waitFunction · 0.85
_dispatchFunction · 0.85

Calls

no outgoing calls