MCPcopy
hub / github.com/ModelEngine-Group/nexent / error

Method error

backend/services/streaming_channel.py:124–126  ·  view source on GitHub ↗

Get the error message.

(self)

Source from the content-addressed store, hash-verified

122
123 @property
124 def error(self) -> Optional[str]:
125 """Get the error message."""
126 return self._error
127
128 async def subscribe_with_history(self, start_from_index: int = 0) -> AsyncIterator[str]:
129 """

Callers 15

verifyJWTFunction · 0.80
index.tsFile · 0.80
check_container_runningFunction · 0.80
exec_python_in_containerFunction · 0.80
migrate_skillsFunction · 0.80
mainFunction · 0.80
get_db_connectionFunction · 0.80

Calls

no outgoing calls

Tested by 10

test_supabase_connectionFunction · 0.64
test_connectivityMethod · 0.64
test_nacos_connectionFunction · 0.64
check_required_packagesFunction · 0.64
_combine_coverageFunction · 0.64
_report_coverageFunction · 0.64
run_testsFunction · 0.64