MCPcopy Create free account
hub / github.com/aliyun/data-agent-skill / SessionCreationError

Class SessionCreationError

scripts/data_agent/exceptions.py:44–47  ·  view source on GitHub ↗

Raised when session creation fails.

Source from the content-addressed store, hash-verified

42
43
44class SessionCreationError(SessionError):
45 """Raised when session creation fails."""
46
47 pass
48
49
50class SessionTimeoutError(SessionError):

Callers 1

create_sessionMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected