Exception: ClaudeAgentServer::SessionLimitError
- Inherits:
-
ServerError
- Object
- StandardError
- ServerError
- ClaudeAgentServer::SessionLimitError
- Defined in:
- lib/claude_agent_server/errors.rb
Instance Method Summary collapse
Methods inherited from ServerError
Instance Method Details
#error_type ⇒ Object
41 |
# File 'lib/claude_agent_server/errors.rb', line 41 def error_type = 'session_limit_reached' |
#status_code ⇒ Object
42 |
# File 'lib/claude_agent_server/errors.rb', line 42 def status_code = 429 |
#title ⇒ Object
43 |
# File 'lib/claude_agent_server/errors.rb', line 43 def title = 'Session Limit Reached' |