Exception: ClaudeAgentServer::SessionAlreadyExistsError
- Inherits:
-
ServerError
- Object
- StandardError
- ServerError
- ClaudeAgentServer::SessionAlreadyExistsError
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_type ⇒ Object
35
|
# File 'lib/claude_agent_server/errors.rb', line 35
def error_type = 'session_already_exists'
|
#status_code ⇒ Object
36
|
# File 'lib/claude_agent_server/errors.rb', line 36
def status_code = 409
|
#title ⇒ Object
37
|
# File 'lib/claude_agent_server/errors.rb', line 37
def title = 'Session Already Exists'
|