Exception: ClaudeAgentServer::SessionNotFoundError

Inherits:
ServerError
  • Object
show all
Defined in:
lib/claude_agent_server/errors.rb

Instance Method Summary collapse

Methods inherited from ServerError

#to_problem_details, #urn

Instance Method Details

#error_typeObject



29
# File 'lib/claude_agent_server/errors.rb', line 29

def error_type = 'session_not_found'

#status_codeObject



30
# File 'lib/claude_agent_server/errors.rb', line 30

def status_code = 404

#titleObject



31
# File 'lib/claude_agent_server/errors.rb', line 31

def title = 'Session Not Found'