Exception: ClaudeAgentServer::SessionNotFoundError
- Inherits:
-
ServerError
- Object
- StandardError
- ServerError
- ClaudeAgentServer::SessionNotFoundError
- Defined in:
- lib/claude_agent_server/errors.rb
Instance Method Summary collapse
Methods inherited from ServerError
Instance Method Details
#error_type ⇒ Object
29 |
# File 'lib/claude_agent_server/errors.rb', line 29 def error_type = 'session_not_found' |
#status_code ⇒ Object
30 |
# File 'lib/claude_agent_server/errors.rb', line 30 def status_code = 404 |
#title ⇒ Object
31 |
# File 'lib/claude_agent_server/errors.rb', line 31 def title = 'Session Not Found' |