Exception: ClaudeAgentServer::ConfigError
- Inherits:
-
ServerError
- Object
- StandardError
- ServerError
- ClaudeAgentServer::ConfigError
- Defined in:
- lib/claude_agent_server/errors.rb
Instance Method Summary collapse
Methods inherited from ServerError
Instance Method Details
#error_type ⇒ Object
23 |
# File 'lib/claude_agent_server/errors.rb', line 23 def error_type = 'config_error' |
#status_code ⇒ Object
24 |
# File 'lib/claude_agent_server/errors.rb', line 24 def status_code = 400 |
#title ⇒ Object
25 |
# File 'lib/claude_agent_server/errors.rb', line 25 def title = 'Configuration Error' |