Exception: ClaudeAgentServer::SessionAlreadyExistsError

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



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

def error_type = 'session_already_exists'

#status_codeObject



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

def status_code = 409

#titleObject



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

def title = 'Session Already Exists'