Exception: ClaudeAgentServer::AuthenticationError
- Inherits:
-
ServerError
- Object
- StandardError
- ServerError
- ClaudeAgentServer::AuthenticationError
- Defined in:
- lib/claude_agent_server/errors.rb
Instance Method Summary collapse
Methods inherited from ServerError
Instance Method Details
#error_type ⇒ Object
47 |
# File 'lib/claude_agent_server/errors.rb', line 47 def error_type = 'unauthorized' |
#status_code ⇒ Object
48 |
# File 'lib/claude_agent_server/errors.rb', line 48 def status_code = 401 |
#title ⇒ Object
49 |
# File 'lib/claude_agent_server/errors.rb', line 49 def title = 'Unauthorized' |