MCPcopy Create free account
hub / github.com/commandoperator/cmdop-sdk / ErrorFrame

Class ErrorFrame

python/src/cmdop/streaming.py:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 ) from exc
90 if item is _STREAM_END:
91 return
92 if isinstance(item, BaseException):
93 raise item
94 assert isinstance(item, pb.Envelope)
95 if item.kind == pb.Envelope.KIND_EVENT:
96 arm = item.WhichOneof("payload")
97 if arm == "ask_event":

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected