Exception: ClaudeAgentServer::ConfigError

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



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

def error_type = 'config_error'

#status_codeObject



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

def status_code = 400

#titleObject



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

def title = 'Configuration Error'