MCPcopy Index your code
hub / github.com/commandoperator/cmdop-sdk / AgentStreamError

Class AgentStreamError

python/src/cmdop/errors.py:105–109  ·  view source on GitHub ↗

An ``error`` outcome from ``machines.ask`` (machine_offline/timeout/internal).

Source from the content-addressed store, hash-verified

103
104
105class AgentStreamError(CmdopError):
106 """An ``error`` outcome from ``machines.ask`` (machine_offline/timeout/internal)."""
107
108 def __init__(self, code: str, message: str) -> None:
109 super().__init__(message, code=code)
110
111
112# ErrorInfo.code -> exception class (codes owned by internal/sdk/core/errmap.go).

Callers 1

_stream_errorFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected