Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
class
SessionCreationError(SessionError):
45
""
"Raised when session creation fails."
""
46
47
pass
48
49
50
class
SessionTimeoutError(SessionError):
Callers
1
create_session
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected